#00220b
a deep, electric green · cool · closest name: black
RGB
0, 34, 11
HSL
139°, 100%, 7%
CMYK
100, 0, 68, 87
Luminance
0.0117
Every format
| HEX | #00220b |
| RGB | rgb(0, 34, 11) |
| HSL | hsl(139, 100%, 7%) |
| CMYK | cmyk(100%, 0%, 68%, 87%) |
| LAB | lab(10.3 -18.6 10.5) |
| LCH | lch(10.3 21.4 150.5) |
| OKLCH | oklch(0.220 0.059 150.9) |
Copy-ready code
/* CSS */
color: #00220b;
background-color: #00220b;
/* Tailwind (arbitrary) */
class="text-[#00220b] bg-[#00220b]"
/* SCSS */
$brand: #00220b;
/* SwiftUI */
Color(red: 0.000, green: 0.133, blue: 0.043)
/* Android */
Color.parseColor("#00220b")Accessibility — WCAG contrast
Aa
#00220b on white: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00220b on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green13.3%
Blue4.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow67.6%
Key (black)86.7%
Color previews
#00220b text on a black background
contrast 1.23:1
Card sample
#00220b text on a white background
contrast 17.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00220b;
Background color
Panel with #00220b background
background-color: #00220b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00220b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 34, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 34, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00220b; background: linear-gradient(135deg, #00220b, #002222);