#222900
a deep, electric green · cool · closest name: black
RGB
34, 41, 0
HSL
70°, 100%, 8%
CMYK
17, 0, 100, 84
Luminance
0.0193
Every format
| HEX | #222900 |
| RGB | rgb(34, 41, 0) |
| HSL | hsl(70, 100%, 8%) |
| CMYK | cmyk(17%, 0%, 100%, 84%) |
| LAB | lab(15.1 -9.9 21.8) |
| LCH | lch(15.1 24.0 114.5) |
| OKLCH | oklch(0.265 0.062 119.1) |
Copy-ready code
/* CSS */
color: #222900;
background-color: #222900;
/* Tailwind (arbitrary) */
class="text-[#222900] bg-[#222900]"
/* SCSS */
$brand: #222900;
/* SwiftUI */
Color(red: 0.133, green: 0.161, blue: 0.000)
/* Android */
Color.parseColor("#222900")Accessibility — WCAG contrast
Aa
#222900 on white: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222900 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green16.1%
Blue0.0%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow100.0%
Key (black)83.9%
Color previews
#222900 text on a black background
contrast 1.39:1
Card sample
#222900 text on a white background
contrast 15.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222900;
Background color
Panel with #222900 background
background-color: #222900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 41, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 41, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222900; background: linear-gradient(135deg, #222900, #072900);