#012913
a deep, electric green · cool · closest name: darkslategray
RGB
1, 41, 19
HSL
147°, 95%, 8%
CMYK
98, 0, 54, 84
Luminance
0.0164
Every format
| HEX | #012913 |
| RGB | rgb(1, 41, 19) |
| HSL | hsl(147, 95%, 8%) |
| CMYK | cmyk(98%, 0%, 54%, 84%) |
| LAB | lab(13.5 -20.3 10.6) |
| LCH | lch(13.5 22.9 152.5) |
| OKLCH | oklch(0.247 0.061 154.3) |
Copy-ready code
/* CSS */
color: #012913;
background-color: #012913;
/* Tailwind (arbitrary) */
class="text-[#012913] bg-[#012913]"
/* SCSS */
$brand: #012913;
/* SwiftUI */
Color(red: 0.004, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#012913")Accessibility — WCAG contrast
Aa
#012913 on white: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#012913 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green16.1%
Blue7.5%
CMYK percentages
Cyan97.6%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#012913 text on a black background
contrast 1.33:1
Card sample
#012913 text on a white background
contrast 15.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #012913;
Background color
Panel with #012913 background
background-color: #012913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #012913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #012913; background: linear-gradient(135deg, #012913, #012429);