#22201b
a deep, muted yellow · warm · closest name: black
RGB
34, 32, 27
HSL
43°, 12%, 12%
CMYK
0, 6, 21, 87
Luminance
0.0145
Every format
| HEX | #22201b |
| RGB | rgb(34, 32, 27) |
| HSL | hsl(43, 12%, 12%) |
| CMYK | cmyk(0%, 6%, 21%, 87%) |
| LAB | lab(12.3 -0.2 3.7) |
| LCH | lch(12.3 3.7 92.9) |
| OKLCH | oklch(0.244 0.010 88.8) |
Copy-ready code
/* CSS */
color: #22201b;
background-color: #22201b;
/* Tailwind (arbitrary) */
class="text-[#22201b] bg-[#22201b]"
/* SCSS */
$brand: #22201b;
/* SwiftUI */
Color(red: 0.133, green: 0.125, blue: 0.106)
/* Android */
Color.parseColor("#22201b")Accessibility — WCAG contrast
Aa
#22201b on white: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22201b on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green12.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow20.6%
Key (black)86.7%
Color previews
#22201b text on a black background
contrast 1.29:1
Card sample
#22201b text on a white background
contrast 16.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22201b;
Background color
Panel with #22201b background
background-color: #22201b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22201b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 32, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 32, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22201b; background: linear-gradient(135deg, #22201b, #1F221B);