#022513
a deep, electric green · cool · closest name: black
RGB
2, 37, 19
HSL
149°, 90%, 8%
CMYK
95, 0, 49, 86
Luminance
0.0138
Every format
| HEX | #022513 |
| RGB | rgb(2, 37, 19) |
| HSL | hsl(149, 90%, 8%) |
| CMYK | cmyk(95%, 0%, 49%, 86%) |
| LAB | lab(11.8 -18.1 8.4) |
| LCH | lch(11.8 20.0 155.1) |
| OKLCH | oklch(0.234 0.053 156.5) |
Copy-ready code
/* CSS */
color: #022513;
background-color: #022513;
/* Tailwind (arbitrary) */
class="text-[#022513] bg-[#022513]"
/* SCSS */
$brand: #022513;
/* SwiftUI */
Color(red: 0.008, green: 0.145, blue: 0.075)
/* Android */
Color.parseColor("#022513")Accessibility — WCAG contrast
Aa
#022513 on white: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022513 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green14.5%
Blue7.5%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow48.6%
Key (black)85.5%
Color previews
#022513 text on a black background
contrast 1.28:1
Card sample
#022513 text on a white background
contrast 16.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022513;
Background color
Panel with #022513 background
background-color: #022513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 37, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 37, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022513; background: linear-gradient(135deg, #022513, #021F25);