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