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