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