#003607
a deep, electric green · cool · closest name: darkslategray
RGB
0, 54, 7
HSL
128°, 100%, 11%
CMYK
100, 0, 87, 79
Luminance
0.0265
Every format
| HEX | #003607 |
| RGB | rgb(0, 54, 7) |
| HSL | hsl(128, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 87%, 79%) |
| LAB | lab(18.6 -27.8 22.9) |
| LCH | lch(18.6 36.0 140.6) |
| OKLCH | oklch(0.289 0.092 144.6) |
Copy-ready code
/* CSS */
color: #003607;
background-color: #003607;
/* Tailwind (arbitrary) */
class="text-[#003607] bg-[#003607]"
/* SCSS */
$brand: #003607;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#003607")Accessibility — WCAG contrast
Aa
#003607 on white: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003607 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue2.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow87.0%
Key (black)78.8%
Color previews
#003607 text on a black background
contrast 1.53:1
Card sample
#003607 text on a white background
contrast 13.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003607;
Background color
Panel with #003607 background
background-color: #003607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003607; background: linear-gradient(135deg, #003607, #00362B);