#022b13
a deep, electric green · cool · closest name: darkslategray
RGB
2, 43, 19
HSL
145°, 91%, 9%
CMYK
95, 0, 56, 83
Luminance
0.0179
Every format
| HEX | #022b13 |
| RGB | rgb(2, 43, 19) |
| HSL | hsl(145, 91%, 9%) |
| CMYK | cmyk(95%, 0%, 56%, 83%) |
| LAB | lab(14.3 -20.9 11.7) |
| LCH | lch(14.3 24.0 150.8) |
| OKLCH | oklch(0.254 0.063 152.8) |
Copy-ready code
/* CSS */
color: #022b13;
background-color: #022b13;
/* Tailwind (arbitrary) */
class="text-[#022b13] bg-[#022b13]"
/* SCSS */
$brand: #022b13;
/* SwiftUI */
Color(red: 0.008, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#022b13")Accessibility — WCAG contrast
Aa
#022b13 on white: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022b13 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green16.9%
Blue7.5%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow55.8%
Key (black)83.1%
Color previews
#022b13 text on a black background
contrast 1.36:1
Card sample
#022b13 text on a white background
contrast 15.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022b13;
Background color
Panel with #022b13 background
background-color: #022b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022b13; background: linear-gradient(135deg, #022b13, #02282B);