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