#b28dfb
a light, electric violet · warm · closest name: slateblue
RGB
178, 141, 251
HSL
260°, 93%, 77%
CMYK
29, 44, 0, 2
Luminance
0.3548
Every format
| HEX | #b28dfb |
| RGB | rgb(178, 141, 251) |
| HSL | hsl(260, 93%, 77%) |
| CMYK | cmyk(29%, 44%, 0%, 2%) |
| LAB | lab(66.1 36.6 -50.0) |
| LCH | lch(66.1 62.0 306.2) |
| OKLCH | oklch(0.723 0.159 297.8) |
Copy-ready code
/* CSS */
color: #b28dfb;
background-color: #b28dfb;
/* Tailwind (arbitrary) */
class="text-[#b28dfb] bg-[#b28dfb]"
/* SCSS */
$brand: #b28dfb;
/* SwiftUI */
Color(red: 0.698, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#b28dfb")Accessibility — WCAG contrast
Aa
#b28dfb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28dfb on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green55.3%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b28dfb text on a black background
contrast 8.10:1
Card sample
#b28dfb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28dfb;
Background color
Panel with #b28dfb background
background-color: #b28dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28dfb; background: linear-gradient(135deg, #b28dfb, #FB8DFB);