#aebdfb
a light, electric blue · warm · closest name: skyblue
RGB
174, 189, 251
HSL
228°, 91%, 83%
CMYK
31, 25, 0, 2
Luminance
0.5236
Every format
| HEX | #aebdfb |
| RGB | rgb(174, 189, 251) |
| HSL | hsl(228, 91%, 83%) |
| CMYK | cmyk(31%, 25%, 0%, 2%) |
| LAB | lab(77.5 8.7 -32.3) |
| LCH | lch(77.5 33.4 285.1) |
| OKLCH | oklch(0.809 0.089 273.7) |
Copy-ready code
/* CSS */
color: #aebdfb;
background-color: #aebdfb;
/* Tailwind (arbitrary) */
class="text-[#aebdfb] bg-[#aebdfb]"
/* SCSS */
$brand: #aebdfb;
/* SwiftUI */
Color(red: 0.682, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#aebdfb")Accessibility — WCAG contrast
Aa
#aebdfb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebdfb on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan30.7%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#aebdfb text on a black background
contrast 11.47:1
Card sample
#aebdfb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebdfb;
Background color
Panel with #aebdfb background
background-color: #aebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebdfb; background: linear-gradient(135deg, #aebdfb, #D2AEFB);