#b4aefd
a light, electric blue · warm · closest name: plum
RGB
180, 174, 253
HSL
245°, 95%, 84%
CMYK
29, 31, 0, 1
Luminance
0.4707
Every format
| HEX | #b4aefd |
| RGB | rgb(180, 174, 253) |
| HSL | hsl(245, 95%, 84%) |
| CMYK | cmyk(29%, 31%, 0%, 1%) |
| LAB | lab(74.2 19.2 -38.4) |
| LCH | lch(74.2 42.9 296.6) |
| OKLCH | oklch(0.785 0.111 287.0) |
Copy-ready code
/* CSS */
color: #b4aefd;
background-color: #b4aefd;
/* Tailwind (arbitrary) */
class="text-[#b4aefd] bg-[#b4aefd]"
/* SCSS */
$brand: #b4aefd;
/* SwiftUI */
Color(red: 0.706, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#b4aefd")Accessibility — WCAG contrast
Aa
#b4aefd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4aefd on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green68.2%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b4aefd text on a black background
contrast 10.41:1
Card sample
#b4aefd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4aefd;
Background color
Panel with #b4aefd background
background-color: #b4aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4aefd; background: linear-gradient(135deg, #b4aefd, #E9AEFD);