#a0eee5
a light, vivid cyan · cool · closest name: turquoise
RGB
160, 238, 229
HSL
173°, 70%, 78%
CMYK
33, 0, 4, 7
Luminance
0.7428
Every format
| HEX | #a0eee5 |
| RGB | rgb(160, 238, 229) |
| HSL | hsl(173, 70%, 78%) |
| CMYK | cmyk(33%, 0%, 4%, 7%) |
| LAB | lab(89.0 -25.8 -3.3) |
| LCH | lch(89.0 26.0 187.2) |
| OKLCH | oklch(0.896 0.078 186.8) |
Copy-ready code
/* CSS */
color: #a0eee5;
background-color: #a0eee5;
/* Tailwind (arbitrary) */
class="text-[#a0eee5] bg-[#a0eee5]"
/* SCSS */
$brand: #a0eee5;
/* SwiftUI */
Color(red: 0.627, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#a0eee5")Accessibility — WCAG contrast
Aa
#a0eee5 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0eee5 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green93.3%
Blue89.8%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow3.8%
Key (black)6.7%
Color previews
#a0eee5 text on a black background
contrast 15.86:1
Card sample
#a0eee5 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0eee5;
Background color
Panel with #a0eee5 background
background-color: #a0eee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0eee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0eee5; background: linear-gradient(135deg, #a0eee5, #A0C3EE);