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