#aebdf4
a light, electric blue · warm · closest name: skyblue
RGB
174, 189, 244
HSL
227°, 76%, 82%
CMYK
29, 23, 0, 4
Luminance
0.5193
Every format
| HEX | #aebdf4 |
| RGB | rgb(174, 189, 244) |
| HSL | hsl(227, 76%, 82%) |
| CMYK | cmyk(29%, 23%, 0%, 4%) |
| LAB | lab(77.2 7.0 -28.9) |
| LCH | lch(77.2 29.8 283.6) |
| OKLCH | oklch(0.806 0.080 272.7) |
Copy-ready code
/* CSS */
color: #aebdf4;
background-color: #aebdf4;
/* Tailwind (arbitrary) */
class="text-[#aebdf4] bg-[#aebdf4]"
/* SCSS */
$brand: #aebdf4;
/* SwiftUI */
Color(red: 0.682, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#aebdf4")Accessibility — WCAG contrast
Aa
#aebdf4 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebdf4 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green74.1%
Blue95.7%
CMYK percentages
Cyan28.7%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#aebdf4 text on a black background
contrast 11.39:1
Card sample
#aebdf4 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebdf4;
Background color
Panel with #aebdf4 background
background-color: #aebdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebdf4; background: linear-gradient(135deg, #aebdf4, #CEAEF4);