#22220e
a deep, soft yellow · cool · closest name: black
RGB
34, 34, 14
HSL
60°, 42%, 9%
CMYK
0, 0, 59, 87
Luminance
0.0152
Every format
| HEX | #22220e |
| RGB | rgb(34, 34, 14) |
| HSL | hsl(60, 42%, 9%) |
| CMYK | cmyk(0%, 0%, 59%, 87%) |
| LAB | lab(12.7 -3.8 12.8) |
| LCH | lch(12.7 13.3 106.7) |
| OKLCH | oklch(0.246 0.034 108.7) |
Copy-ready code
/* CSS */
color: #22220e;
background-color: #22220e;
/* Tailwind (arbitrary) */
class="text-[#22220e] bg-[#22220e]"
/* SCSS */
$brand: #22220e;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.055)
/* Android */
Color.parseColor("#22220e")Accessibility — WCAG contrast
Aa
#22220e on white: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22220e on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow58.8%
Key (black)86.7%
Color previews
#22220e text on a black background
contrast 1.30:1
Card sample
#22220e text on a white background
contrast 16.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22220e;
Background color
Panel with #22220e background
background-color: #22220e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22220e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22220e; background: linear-gradient(135deg, #22220e, #15220E);