#aebdf8
a light, electric blue · warm · closest name: skyblue
RGB
174, 189, 248
HSL
228°, 84%, 83%
CMYK
30, 24, 0, 3
Luminance
0.5217
Every format
| HEX | #aebdf8 |
| RGB | rgb(174, 189, 248) |
| HSL | hsl(228, 84%, 83%) |
| CMYK | cmyk(30%, 24%, 0%, 3%) |
| LAB | lab(77.4 8.0 -30.8) |
| LCH | lch(77.4 31.9 284.5) |
| OKLCH | oklch(0.808 0.085 273.3) |
Copy-ready code
/* CSS */
color: #aebdf8;
background-color: #aebdf8;
/* Tailwind (arbitrary) */
class="text-[#aebdf8] bg-[#aebdf8]"
/* SCSS */
$brand: #aebdf8;
/* SwiftUI */
Color(red: 0.682, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#aebdf8")Accessibility — WCAG contrast
Aa
#aebdf8 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebdf8 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green74.1%
Blue97.3%
CMYK percentages
Cyan29.8%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#aebdf8 text on a black background
contrast 11.43:1
Card sample
#aebdf8 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebdf8;
Background color
Panel with #aebdf8 background
background-color: #aebdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebdf8; background: linear-gradient(135deg, #aebdf8, #D0AEF8);