#222200
a deep, electric yellow · cool · closest name: black
RGB
34, 34, 0
HSL
60°, 100%, 7%
CMYK
0, 0, 100, 87
Luminance
0.0148
Every format
| HEX | #222200 |
| RGB | rgb(34, 34, 0) |
| HSL | hsl(60, 100%, 7%) |
| CMYK | cmyk(0%, 0%, 100%, 87%) |
| LAB | lab(12.5 -5.4 18.4) |
| LCH | lch(12.5 19.2 106.5) |
| OKLCH | oklch(0.244 0.053 109.8) |
Copy-ready code
/* CSS */
color: #222200;
background-color: #222200;
/* Tailwind (arbitrary) */
class="text-[#222200] bg-[#222200]"
/* SCSS */
$brand: #222200;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#222200")Accessibility — WCAG contrast
Aa
#222200 on white: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222200 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)86.7%
Color previews
#222200 text on a black background
contrast 1.30:1
Card sample
#222200 text on a white background
contrast 16.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222200;
Background color
Panel with #222200 background
background-color: #222200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222200; background: linear-gradient(135deg, #222200, #0B2200);