#222421
a deep, muted gray · cool · closest name: black
RGB
34, 36, 33
HSL
100°, 4%, 14%
CMYK
6, 0, 8, 86
Luminance
0.0171
Every format
| HEX | #222421 |
| RGB | rgb(34, 36, 33) |
| HSL | hsl(100, 4%, 14%) |
| CMYK | cmyk(6%, 0%, 8%, 86%) |
| LAB | lab(13.9 -1.6 1.7) |
| LCH | lch(13.9 2.4 134.3) |
| OKLCH | oklch(0.257 0.006 134.9) |
Copy-ready code
/* CSS */
color: #222421;
background-color: #222421;
/* Tailwind (arbitrary) */
class="text-[#222421] bg-[#222421]"
/* SCSS */
$brand: #222421;
/* SwiftUI */
Color(red: 0.133, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#222421")Accessibility — WCAG contrast
Aa
#222421 on white: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222421 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green14.1%
Blue12.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow8.3%
Key (black)85.9%
Color previews
#222421 text on a black background
contrast 1.34:1
Card sample
#222421 text on a white background
contrast 15.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222421;
Background color
Panel with #222421 background
background-color: #222421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222421; background: linear-gradient(135deg, #222421, #212422);