#aaeddf
a light, vivid cyan · cool · closest name: turquoise
RGB
170, 237, 223
HSL
168°, 65%, 80%
CMYK
28, 0, 6, 7
Luminance
0.7444
Every format
| HEX | #aaeddf |
| RGB | rgb(170, 237, 223) |
| HSL | hsl(168, 65%, 80%) |
| CMYK | cmyk(28%, 0%, 6%, 7%) |
| LAB | lab(89.1 -23.8 0.0) |
| LCH | lch(89.1 23.8 179.9) |
| OKLCH | oklch(0.897 0.070 180.2) |
Copy-ready code
/* CSS */
color: #aaeddf;
background-color: #aaeddf;
/* Tailwind (arbitrary) */
class="text-[#aaeddf] bg-[#aaeddf]"
/* SCSS */
$brand: #aaeddf;
/* SwiftUI */
Color(red: 0.667, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#aaeddf")Accessibility — WCAG contrast
Aa
#aaeddf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeddf on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.9%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#aaeddf text on a black background
contrast 15.89:1
Card sample
#aaeddf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeddf;
Background color
Panel with #aaeddf background
background-color: #aaeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeddf; background: linear-gradient(135deg, #aaeddf, #AACEED);