#aebafd
a light, electric blue · warm · closest name: plum
RGB
174, 186, 253
HSL
231°, 95%, 84%
CMYK
31, 27, 0, 1
Luminance
0.5121
Every format
| HEX | #aebafd |
| RGB | rgb(174, 186, 253) |
| HSL | hsl(231, 95%, 84%) |
| CMYK | cmyk(31%, 27%, 0%, 1%) |
| LAB | lab(76.8 10.8 -34.4) |
| LCH | lch(76.8 36.1 287.5) |
| OKLCH | oklch(0.804 0.096 276.2) |
Copy-ready code
/* CSS */
color: #aebafd;
background-color: #aebafd;
/* Tailwind (arbitrary) */
class="text-[#aebafd] bg-[#aebafd]"
/* SCSS */
$brand: #aebafd;
/* SwiftUI */
Color(red: 0.682, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#aebafd")Accessibility — WCAG contrast
Aa
#aebafd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebafd on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green72.9%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#aebafd text on a black background
contrast 11.24:1
Card sample
#aebafd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebafd;
Background color
Panel with #aebafd background
background-color: #aebafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebafd; background: linear-gradient(135deg, #aebafd, #D7AEFD);