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