#066413
a deep, electric green · cool · closest name: forestgreen
RGB
6, 100, 19
HSL
128°, 89%, 21%
CMYK
94, 0, 81, 61
Luminance
0.0920
Every format
| HEX | #066413 |
| RGB | rgb(6, 100, 19) |
| HSL | hsl(128, 89%, 21%) |
| CMYK | cmyk(94%, 0%, 81%, 61%) |
| LAB | lab(36.4 -41.5 36.3) |
| LCH | lch(36.4 55.2 138.9) |
| OKLCH | oklch(0.438 0.139 144.0) |
Copy-ready code
/* CSS */
color: #066413;
background-color: #066413;
/* Tailwind (arbitrary) */
class="text-[#066413] bg-[#066413]"
/* SCSS */
$brand: #066413;
/* SwiftUI */
Color(red: 0.024, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#066413")Accessibility — WCAG contrast
Aa
#066413 on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#066413 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green39.2%
Blue7.5%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow81.0%
Key (black)60.8%
Color previews
#066413 text on a black background
contrast 2.84:1
Card sample
#066413 text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #066413;
Background color
Panel with #066413 background
background-color: #066413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #066413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #066413; background: linear-gradient(135deg, #066413, #066452);