#aee7df
a light, vivid cyan · cool · closest name: skyblue
RGB
174, 231, 223
HSL
172°, 54%, 79%
CMYK
25, 0, 4, 9
Luminance
0.7148
Every format
| HEX | #aee7df |
| RGB | rgb(174, 231, 223) |
| HSL | hsl(172, 54%, 79%) |
| CMYK | cmyk(25%, 0%, 4%, 9%) |
| LAB | lab(87.7 -19.7 -2.0) |
| LCH | lch(87.7 19.8 185.8) |
| OKLCH | oklch(0.887 0.059 185.5) |
Copy-ready code
/* CSS */
color: #aee7df;
background-color: #aee7df;
/* Tailwind (arbitrary) */
class="text-[#aee7df] bg-[#aee7df]"
/* SCSS */
$brand: #aee7df;
/* SwiftUI */
Color(red: 0.682, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#aee7df")Accessibility — WCAG contrast
Aa
#aee7df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aee7df on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green90.6%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#aee7df text on a black background
contrast 15.30:1
Card sample
#aee7df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aee7df;
Background color
Panel with #aee7df background
background-color: #aee7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aee7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aee7df; background: linear-gradient(135deg, #aee7df, #AEC9E7);