#aeb4f9
a light, electric blue · warm · closest name: plum
RGB
174, 180, 249
HSL
235°, 86%, 83%
CMYK
30, 28, 0, 2
Luminance
0.4848
Every format
| HEX | #aeb4f9 |
| RGB | rgb(174, 180, 249) |
| HSL | hsl(235, 86%, 83%) |
| CMYK | cmyk(30%, 28%, 0%, 2%) |
| LAB | lab(75.1 13.2 -34.9) |
| LCH | lch(75.1 37.3 290.7) |
| OKLCH | oklch(0.790 0.098 280.1) |
Copy-ready code
/* CSS */
color: #aeb4f9;
background-color: #aeb4f9;
/* Tailwind (arbitrary) */
class="text-[#aeb4f9] bg-[#aeb4f9]"
/* SCSS */
$brand: #aeb4f9;
/* SwiftUI */
Color(red: 0.682, green: 0.706, blue: 0.976)
/* Android */
Color.parseColor("#aeb4f9")Accessibility — WCAG contrast
Aa
#aeb4f9 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb4f9 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green70.6%
Blue97.6%
CMYK percentages
Cyan30.1%
Magenta27.7%
Yellow0.0%
Key (black)2.4%
Color previews
#aeb4f9 text on a black background
contrast 10.70:1
Card sample
#aeb4f9 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb4f9;
Background color
Panel with #aeb4f9 background
background-color: #aeb4f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb4f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 180, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 180, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb4f9; background: linear-gradient(135deg, #aeb4f9, #DAAEF9);