#222211
a deep, soft yellow · cool · closest name: black
RGB
34, 34, 17
HSL
60°, 33%, 10%
CMYK
0, 0, 50, 87
Luminance
0.0152
Every format
| HEX | #222211 |
| RGB | rgb(34, 34, 17) |
| HSL | hsl(60, 33%, 10%) |
| CMYK | cmyk(0%, 0%, 50%, 87%) |
| LAB | lab(12.8 -3.4 11.2) |
| LCH | lch(12.8 11.7 106.9) |
| OKLCH | oklch(0.247 0.029 108.4) |
Copy-ready code
/* CSS */
color: #222211;
background-color: #222211;
/* Tailwind (arbitrary) */
class="text-[#222211] bg-[#222211]"
/* SCSS */
$brand: #222211;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#222211")Accessibility — WCAG contrast
Aa
#222211 on white: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222211 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)86.7%
Color previews
#222211 text on a black background
contrast 1.30:1
Card sample
#222211 text on a white background
contrast 16.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222211;
Background color
Panel with #222211 background
background-color: #222211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222211; background: linear-gradient(135deg, #222211, #172211);