#b2aefd
a light, electric blue · warm · closest name: plum
RGB
178, 174, 253
HSL
243°, 95%, 84%
CMYK
30, 31, 0, 1
Luminance
0.4683
Every format
| HEX | #b2aefd |
| RGB | rgb(178, 174, 253) |
| HSL | hsl(243, 95%, 84%) |
| CMYK | cmyk(30%, 31%, 0%, 1%) |
| LAB | lab(74.1 18.6 -38.6) |
| LCH | lch(74.1 42.9 295.7) |
| OKLCH | oklch(0.784 0.112 285.8) |
Copy-ready code
/* CSS */
color: #b2aefd;
background-color: #b2aefd;
/* Tailwind (arbitrary) */
class="text-[#b2aefd] bg-[#b2aefd]"
/* SCSS */
$brand: #b2aefd;
/* SwiftUI */
Color(red: 0.698, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#b2aefd")Accessibility — WCAG contrast
Aa
#b2aefd on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aefd on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.2%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b2aefd text on a black background
contrast 10.37:1
Card sample
#b2aefd text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aefd;
Background color
Panel with #b2aefd background
background-color: #b2aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aefd; background: linear-gradient(135deg, #b2aefd, #E7AEFD);