Toolman

#222222 color

#222222#222222

#222222 is a very dark, desaturated grey, closest to the CSS named color midnightblue (#191970).

Color values

HEX#222222
RGBrgb(34, 34, 34)
HSLhsl(0, 0%, 13%)
CMYKcmyk(0%, 0%, 0%, 87%)
Decimal2236962
CSScolor: #222222;
Android0xFF222222
SwiftUIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)

Accessibility and contrast

White text on #22222215.91:1 — AA pass · AA large pass · AAA pass
Black text on #2222221.32:1 — AA fail · AA large fail · AAA fail
Recommended text colorwhite

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #222222

Each swatch keeps the hue and saturation of #222222 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #222222

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #222222 in code

/* CSS */
.element { color: #222222; background-color: #222222; }
.element { color: rgb(34 34 34); }
.element { color: hsl(0 0% 13%); }

/* Tailwind arbitrary value */
<div class="bg-[#222222] text-white">

/* SCSS variable */
$brand: #222222;

Frequently asked questions

What color is #222222?

#222222 is a very dark, desaturated grey. Its hue sits at 0° on the color wheel, with 0% saturation and 13% lightness.

What is #222222 in RGB?

#222222 converts to rgb(34, 34, 34) — 34 red, 34 green and 34 blue.

What is #222222 in CMYK?

Approximately cmyk(0%, 0%, 0%, 87%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #222222 be white or black?

White gives the better contrast ratio (15.91:1 versus 1.32:1).

What is the complementary color of #222222?

#212121 — the hue directly opposite #222222 on the color wheel.

Convert any color → · Browse all colors