#004407
a deep, electric green · cool · closest name: seagreen
RGB
0, 68, 7
HSL
126°, 100%, 13%
CMYK
100, 0, 90, 73
Luminance
0.0415
Every format
| HEX | #004407 |
| RGB | rgb(0, 68, 7) |
| HSL | hsl(126, 100%, 13%) |
| CMYK | cmyk(100%, 0%, 90%, 73%) |
| LAB | lab(24.2 -32.7 28.9) |
| LCH | lch(24.2 43.6 138.5) |
| OKLCH | oklch(0.336 0.109 143.9) |
Copy-ready code
/* CSS */
color: #004407;
background-color: #004407;
/* Tailwind (arbitrary) */
class="text-[#004407] bg-[#004407]"
/* SCSS */
$brand: #004407;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.027)
/* Android */
Color.parseColor("#004407")Accessibility — WCAG contrast
Aa
#004407 on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004407 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue2.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow89.7%
Key (black)73.3%
Color previews
#004407 text on a black background
contrast 1.83:1
Card sample
#004407 text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004407;
Background color
Panel with #004407 background
background-color: #004407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004407; background: linear-gradient(135deg, #004407, #004434);