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