#222921
a deep, muted green · cool · closest name: black
RGB
34, 41, 33
HSL
113°, 11%, 15%
CMYK
17, 0, 20, 84
Luminance
0.0204
Every format
| HEX | #222921 |
| RGB | rgb(34, 41, 33) |
| HSL | hsl(113, 11%, 15%) |
| CMYK | cmyk(17%, 0%, 20%, 84%) |
| LAB | lab(15.7 -5.1 4.2) |
| LCH | lch(15.7 6.6 140.2) |
| OKLCH | oklch(0.271 0.018 141.6) |
Copy-ready code
/* CSS */
color: #222921;
background-color: #222921;
/* Tailwind (arbitrary) */
class="text-[#222921] bg-[#222921]"
/* SCSS */
$brand: #222921;
/* SwiftUI */
Color(red: 0.133, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#222921")Accessibility — WCAG contrast
Aa
#222921 on white: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222921 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green16.1%
Blue12.9%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#222921 text on a black background
contrast 1.41:1
Card sample
#222921 text on a white background
contrast 14.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222921;
Background color
Panel with #222921 background
background-color: #222921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222921; background: linear-gradient(135deg, #222921, #212925);