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