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