#002015
a deep, electric green · cool · closest name: black
RGB
0, 32, 21
HSL
159°, 100%, 6%
CMYK
100, 0, 34, 88
Luminance
0.0109
Every format
| HEX | #002015 |
| RGB | rgb(0, 32, 21) |
| HSL | hsl(159, 100%, 6%) |
| CMYK | cmyk(100%, 0%, 34%, 88%) |
| LAB | lab(9.7 -15.1 4.1) |
| LCH | lch(9.7 15.6 165.0) |
| OKLCH | oklch(0.216 0.045 166.4) |
Copy-ready code
/* CSS */
color: #002015;
background-color: #002015;
/* Tailwind (arbitrary) */
class="text-[#002015] bg-[#002015]"
/* SCSS */
$brand: #002015;
/* SwiftUI */
Color(red: 0.000, green: 0.125, blue: 0.082)
/* Android */
Color.parseColor("#002015")Accessibility — WCAG contrast
Aa
#002015 on white: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002015 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green12.5%
Blue8.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow34.4%
Key (black)87.5%
Color previews
#002015 text on a black background
contrast 1.22:1
Card sample
#002015 text on a white background
contrast 17.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002015;
Background color
Panel with #002015 background
background-color: #002015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 32, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 32, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002015; background: linear-gradient(135deg, #002015, #001620);