#11cc6e
a dark, electric green · cool · closest name: forestgreen
RGB
17, 204, 110
HSL
150°, 85%, 43%
CMYK
92, 0, 46, 20
Luminance
0.4443
Every format
| HEX | #11cc6e |
| RGB | rgb(17, 204, 110) |
| HSL | hsl(150, 85%, 43%) |
| CMYK | cmyk(92%, 0%, 46%, 20%) |
| LAB | lab(72.5 -62.7 35.2) |
| LCH | lch(72.5 71.9 150.7) |
| OKLCH | oklch(0.742 0.189 152.8) |
Copy-ready code
/* CSS */
color: #11cc6e;
background-color: #11cc6e;
/* Tailwind (arbitrary) */
class="text-[#11cc6e] bg-[#11cc6e]"
/* SCSS */
$brand: #11cc6e;
/* SwiftUI */
Color(red: 0.067, green: 0.800, blue: 0.431)
/* Android */
Color.parseColor("#11cc6e")Accessibility — WCAG contrast
Aa
#11cc6e on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11cc6e on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green80.0%
Blue43.1%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow46.1%
Key (black)20.0%
Color previews
#11cc6e text on a black background
contrast 9.89:1
Card sample
#11cc6e text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11cc6e;
Background color
Panel with #11cc6e background
background-color: #11cc6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11cc6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 204, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 204, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11cc6e; background: linear-gradient(135deg, #11cc6e, #11ADCC);