#11ee9c
a balanced, electric green · cool · closest name: aquamarine
RGB
17, 238, 156
HSL
158°, 87%, 50%
CMYK
93, 0, 35, 7
Luminance
0.6367
Every format
| HEX | #11ee9c |
| RGB | rgb(17, 238, 156) |
| HSL | hsl(158, 87%, 50%) |
| CMYK | cmyk(93%, 0%, 35%, 7%) |
| LAB | lab(83.8 -65.7 26.7) |
| LCH | lch(83.8 70.9 157.9) |
| OKLCH | oklch(0.838 0.190 159.3) |
Copy-ready code
/* CSS */
color: #11ee9c;
background-color: #11ee9c;
/* Tailwind (arbitrary) */
class="text-[#11ee9c] bg-[#11ee9c]"
/* SCSS */
$brand: #11ee9c;
/* SwiftUI */
Color(red: 0.067, green: 0.933, blue: 0.612)
/* Android */
Color.parseColor("#11ee9c")Accessibility — WCAG contrast
Aa
#11ee9c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11ee9c on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green93.3%
Blue61.2%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow34.5%
Key (black)6.7%
Color previews
#11ee9c text on a black background
contrast 13.73:1
Card sample
#11ee9c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11ee9c;
Background color
Panel with #11ee9c background
background-color: #11ee9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11ee9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 238, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 238, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11ee9c; background: linear-gradient(135deg, #11ee9c, #11ADEE);