#006611
a deep, electric green · cool · closest name: forestgreen
RGB
0, 102, 17
HSL
130°, 100%, 20%
CMYK
100, 0, 83, 60
Luminance
0.0954
Every format
| HEX | #006611 |
| RGB | rgb(0, 102, 17) |
| HSL | hsl(130, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 83%, 60%) |
| LAB | lab(37.0 -43.0 37.6) |
| LCH | lch(37.0 57.1 138.8) |
| OKLCH | oklch(0.443 0.143 144.1) |
Copy-ready code
/* CSS */
color: #006611;
background-color: #006611;
/* Tailwind (arbitrary) */
class="text-[#006611] bg-[#006611]"
/* SCSS */
$brand: #006611;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#006611")Accessibility — WCAG contrast
Aa
#006611 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006611 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue6.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#006611 text on a black background
contrast 2.91:1
Card sample
#006611 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006611;
Background color
Panel with #006611 background
background-color: #006611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006611; background: linear-gradient(135deg, #006611, #006655);