#002608
a deep, electric green · cool · closest name: darkslategray
RGB
0, 38, 8
HSL
133°, 100%, 8%
CMYK
100, 0, 79, 85
Luminance
0.0140
Every format
| HEX | #002608 |
| RGB | rgb(0, 38, 8) |
| HSL | hsl(133, 100%, 8%) |
| CMYK | cmyk(100%, 0%, 79%, 85%) |
| LAB | lab(12.0 -21.5 14.1) |
| LCH | lch(12.0 25.6 146.8) |
| OKLCH | oklch(0.234 0.069 147.3) |
Copy-ready code
/* CSS */
color: #002608;
background-color: #002608;
/* Tailwind (arbitrary) */
class="text-[#002608] bg-[#002608]"
/* SCSS */
$brand: #002608;
/* SwiftUI */
Color(red: 0.000, green: 0.149, blue: 0.031)
/* Android */
Color.parseColor("#002608")Accessibility — WCAG contrast
Aa
#002608 on white: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002608 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green14.9%
Blue3.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow78.9%
Key (black)85.1%
Color previews
#002608 text on a black background
contrast 1.28:1
Card sample
#002608 text on a white background
contrast 16.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002608;
Background color
Panel with #002608 background
background-color: #002608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 38, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 38, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002608; background: linear-gradient(135deg, #002608, #002622);