#aeddf4
a light, electric cyan · cool · closest name: skyblue
RGB
174, 221, 244
HSL
200°, 76%, 82%
CMYK
29, 9, 0, 4
Luminance
0.6724
Every format
| HEX | #aeddf4 |
| RGB | rgb(174, 221, 244) |
| HSL | hsl(200, 76%, 82%) |
| CMYK | cmyk(29%, 9%, 0%, 4%) |
| LAB | lab(85.6 -10.0 -16.2) |
| LCH | lch(85.6 19.0 238.3) |
| OKLCH | oklch(0.872 0.058 229.3) |
Copy-ready code
/* CSS */
color: #aeddf4;
background-color: #aeddf4;
/* Tailwind (arbitrary) */
class="text-[#aeddf4] bg-[#aeddf4]"
/* SCSS */
$brand: #aeddf4;
/* SwiftUI */
Color(red: 0.682, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#aeddf4")Accessibility — WCAG contrast
Aa
#aeddf4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeddf4 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green86.7%
Blue95.7%
CMYK percentages
Cyan28.7%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#aeddf4 text on a black background
contrast 14.45:1
Card sample
#aeddf4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeddf4;
Background color
Panel with #aeddf4 background
background-color: #aeddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeddf4; background: linear-gradient(135deg, #aeddf4, #AEAFF4);