#222a21
a deep, muted green · cool · closest name: black
RGB
34, 42, 33
HSL
113°, 12%, 15%
CMYK
19, 0, 21, 84
Luminance
0.0211
Every format
| HEX | #222a21 |
| RGB | rgb(34, 42, 33) |
| HSL | hsl(113, 12%, 15%) |
| CMYK | cmyk(19%, 0%, 21%, 84%) |
| LAB | lab(16.0 -5.7 4.7) |
| LCH | lch(16.0 7.4 140.5) |
| OKLCH | oklch(0.274 0.020 142.0) |
Copy-ready code
/* CSS */
color: #222a21;
background-color: #222a21;
/* Tailwind (arbitrary) */
class="text-[#222a21] bg-[#222a21]"
/* SCSS */
$brand: #222a21;
/* SwiftUI */
Color(red: 0.133, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#222a21")Accessibility — WCAG contrast
Aa
#222a21 on white: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222a21 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green16.5%
Blue12.9%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow21.4%
Key (black)83.5%
Color previews
#222a21 text on a black background
contrast 1.42:1
Card sample
#222a21 text on a white background
contrast 14.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222a21;
Background color
Panel with #222a21 background
background-color: #222a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222a21; background: linear-gradient(135deg, #222a21, #212A26);