#11bb66
a dark, electric green · cool · closest name: forestgreen
RGB
17, 187, 102
HSL
150°, 83%, 40%
CMYK
91, 0, 46, 27
Luminance
0.3662
Every format
| HEX | #11bb66 |
| RGB | rgb(17, 187, 102) |
| HSL | hsl(150, 83%, 40%) |
| CMYK | cmyk(91%, 0%, 46%, 27%) |
| LAB | lab(67.0 -58.4 32.2) |
| LCH | lch(67.0 66.6 151.1) |
| OKLCH | oklch(0.696 0.175 153.2) |
Copy-ready code
/* CSS */
color: #11bb66;
background-color: #11bb66;
/* Tailwind (arbitrary) */
class="text-[#11bb66] bg-[#11bb66]"
/* SCSS */
$brand: #11bb66;
/* SwiftUI */
Color(red: 0.067, green: 0.733, blue: 0.400)
/* Android */
Color.parseColor("#11bb66")Accessibility — WCAG contrast
Aa
#11bb66 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11bb66 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green73.3%
Blue40.0%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow45.5%
Key (black)26.7%
Color previews
#11bb66 text on a black background
contrast 8.32:1
Card sample
#11bb66 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11bb66;
Background color
Panel with #11bb66 background
background-color: #11bb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11bb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 187, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 187, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11bb66; background: linear-gradient(135deg, #11bb66, #119FBB);