#004f06
a deep, electric green · cool · closest name: seagreen
RGB
0, 79, 6
HSL
125°, 100%, 16%
CMYK
100, 0, 92, 69
Luminance
0.0561
Every format
| HEX | #004f06 |
| RGB | rgb(0, 79, 6) |
| HSL | hsl(125, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 92%, 69%) |
| LAB | lab(28.4 -36.4 33.2) |
| LCH | lch(28.4 49.3 137.6) |
| OKLCH | oklch(0.371 0.123 143.4) |
Copy-ready code
/* CSS */
color: #004f06;
background-color: #004f06;
/* Tailwind (arbitrary) */
class="text-[#004f06] bg-[#004f06]"
/* SCSS */
$brand: #004f06;
/* SwiftUI */
Color(red: 0.000, green: 0.310, blue: 0.024)
/* Android */
Color.parseColor("#004f06")Accessibility — WCAG contrast
Aa
#004f06 on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004f06 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green31.0%
Blue2.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow92.4%
Key (black)69.0%
Color previews
#004f06 text on a black background
contrast 2.12:1
Card sample
#004f06 text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004f06;
Background color
Panel with #004f06 background
background-color: #004f06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004f06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 79, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 79, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004f06; background: linear-gradient(135deg, #004f06, #004F3B);