#002012
a deep, electric green · cool · closest name: black
RGB
0, 32, 18
HSL
154°, 100%, 6%
CMYK
100, 0, 44, 88
Luminance
0.0108
Every format
| HEX | #002012 |
| RGB | rgb(0, 32, 18) |
| HSL | hsl(154, 100%, 6%) |
| CMYK | cmyk(100%, 0%, 44%, 88%) |
| LAB | lab(9.6 -15.8 5.9) |
| LCH | lch(9.6 16.9 159.6) |
| OKLCH | oklch(0.215 0.048 161.0) |
Copy-ready code
/* CSS */
color: #002012;
background-color: #002012;
/* Tailwind (arbitrary) */
class="text-[#002012] bg-[#002012]"
/* SCSS */
$brand: #002012;
/* SwiftUI */
Color(red: 0.000, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#002012")Accessibility — WCAG contrast
Aa
#002012 on white: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002012 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green12.5%
Blue7.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow43.8%
Key (black)87.5%
Color previews
#002012 text on a black background
contrast 1.22:1
Card sample
#002012 text on a white background
contrast 17.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002012;
Background color
Panel with #002012 background
background-color: #002012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002012; background: linear-gradient(135deg, #002012, #001920);