#aee2df
a light, vivid cyan · cool · closest name: skyblue
RGB
174, 226, 223
HSL
177°, 47%, 78%
CMYK
23, 0, 1, 11
Luminance
0.6872
Every format
| HEX | #aee2df |
| RGB | rgb(174, 226, 223) |
| HSL | hsl(177, 47%, 78%) |
| CMYK | cmyk(23%, 0%, 1%, 11%) |
| LAB | lab(86.4 -17.2 -4.0) |
| LCH | lch(86.4 17.7 193.1) |
| OKLCH | oklch(0.876 0.053 191.8) |
Copy-ready code
/* CSS */
color: #aee2df;
background-color: #aee2df;
/* Tailwind (arbitrary) */
class="text-[#aee2df] bg-[#aee2df]"
/* SCSS */
$brand: #aee2df;
/* SwiftUI */
Color(red: 0.682, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#aee2df")Accessibility — WCAG contrast
Aa
#aee2df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aee2df on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green88.6%
Blue87.5%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#aee2df text on a black background
contrast 14.74:1
Card sample
#aee2df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aee2df;
Background color
Panel with #aee2df background
background-color: #aee2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aee2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aee2df; background: linear-gradient(135deg, #aee2df, #AEC2E2);