#b6abfd
a light, electric blue · warm · closest name: plum
RGB
182, 171, 253
HSL
248°, 95%, 83%
CMYK
28, 32, 0, 1
Luminance
0.4616
Every format
| HEX | #b6abfd |
| RGB | rgb(182, 171, 253) |
| HSL | hsl(248, 95%, 83%) |
| CMYK | cmyk(28%, 32%, 0%, 1%) |
| LAB | lab(73.7 21.4 -39.3) |
| LCH | lch(73.7 44.7 298.6) |
| OKLCH | oklch(0.781 0.116 289.6) |
Copy-ready code
/* CSS */
color: #b6abfd;
background-color: #b6abfd;
/* Tailwind (arbitrary) */
class="text-[#b6abfd] bg-[#b6abfd]"
/* SCSS */
$brand: #b6abfd;
/* SwiftUI */
Color(red: 0.714, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#b6abfd")Accessibility — WCAG contrast
Aa
#b6abfd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6abfd on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green67.1%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b6abfd text on a black background
contrast 10.23:1
Card sample
#b6abfd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6abfd;
Background color
Panel with #b6abfd background
background-color: #b6abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6abfd; background: linear-gradient(135deg, #b6abfd, #EDABFD);