#11eeaa
a balanced, electric cyan · cool · closest name: aquamarine
RGB
17, 238, 170
HSL
162°, 87%, 50%
CMYK
93, 0, 29, 7
Luminance
0.6417
Every format
| HEX | #11eeaa |
| RGB | rgb(17, 238, 170) |
| HSL | hsl(162, 87%, 50%) |
| CMYK | cmyk(93%, 0%, 29%, 7%) |
| LAB | lab(84.0 -62.7 19.9) |
| LCH | lch(84.0 65.8 162.4) |
| OKLCH | oklch(0.841 0.178 163.6) |
Copy-ready code
/* CSS */
color: #11eeaa;
background-color: #11eeaa;
/* Tailwind (arbitrary) */
class="text-[#11eeaa] bg-[#11eeaa]"
/* SCSS */
$brand: #11eeaa;
/* SwiftUI */
Color(red: 0.067, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#11eeaa")Accessibility — WCAG contrast
Aa
#11eeaa on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11eeaa on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green93.3%
Blue66.7%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#11eeaa text on a black background
contrast 13.83:1
Card sample
#11eeaa text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11eeaa;
Background color
Panel with #11eeaa background
background-color: #11eeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11eeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11eeaa; background: linear-gradient(135deg, #11eeaa, #119FEE);