#aaebda
a light, vivid cyan · cool · closest name: turquoise
RGB
170, 235, 218
HSL
164°, 62%, 79%
CMYK
28, 0, 7, 8
Luminance
0.7302
Every format
| HEX | #aaebda |
| RGB | rgb(170, 235, 218) |
| HSL | hsl(164, 62%, 79%) |
| CMYK | cmyk(28%, 0%, 7%, 8%) |
| LAB | lab(88.5 -23.9 1.7) |
| LCH | lch(88.5 23.9 176.0) |
| OKLCH | oklch(0.892 0.070 176.6) |
Copy-ready code
/* CSS */
color: #aaebda;
background-color: #aaebda;
/* Tailwind (arbitrary) */
class="text-[#aaebda] bg-[#aaebda]"
/* SCSS */
$brand: #aaebda;
/* SwiftUI */
Color(red: 0.667, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#aaebda")Accessibility — WCAG contrast
Aa
#aaebda on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaebda on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.2%
Blue85.5%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#aaebda text on a black background
contrast 15.60:1
Card sample
#aaebda text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaebda;
Background color
Panel with #aaebda background
background-color: #aaebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaebda; background: linear-gradient(135deg, #aaebda, #AAD1EB);