#aebaf8
a light, electric blue · warm · closest name: plum
RGB
174, 186, 248
HSL
230°, 84%, 83%
CMYK
30, 25, 0, 3
Luminance
0.5089
Every format
| HEX | #aebaf8 |
| RGB | rgb(174, 186, 248) |
| HSL | hsl(230, 84%, 83%) |
| CMYK | cmyk(30%, 25%, 0%, 3%) |
| LAB | lab(76.6 9.6 -32.0) |
| LCH | lch(76.6 33.4 286.7) |
| OKLCH | oklch(0.802 0.089 275.7) |
Copy-ready code
/* CSS */
color: #aebaf8;
background-color: #aebaf8;
/* Tailwind (arbitrary) */
class="text-[#aebaf8] bg-[#aebaf8]"
/* SCSS */
$brand: #aebaf8;
/* SwiftUI */
Color(red: 0.682, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#aebaf8")Accessibility — WCAG contrast
Aa
#aebaf8 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebaf8 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green72.9%
Blue97.3%
CMYK percentages
Cyan29.8%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#aebaf8 text on a black background
contrast 11.18:1
Card sample
#aebaf8 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebaf8;
Background color
Panel with #aebaf8 background
background-color: #aebaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebaf8; background: linear-gradient(135deg, #aebaf8, #D3AEF8);