#b28bf7
a light, electric violet · warm · closest name: slateblue
RGB
178, 139, 247
HSL
262°, 87%, 76%
CMYK
28, 44, 0, 3
Luminance
0.3465
Every format
| HEX | #b28bf7 |
| RGB | rgb(178, 139, 247) |
| HSL | hsl(262, 87%, 76%) |
| CMYK | cmyk(28%, 44%, 0%, 3%) |
| LAB | lab(65.5 36.7 -48.8) |
| LCH | lch(65.5 61.1 306.9) |
| OKLCH | oklch(0.717 0.157 299.1) |
Copy-ready code
/* CSS */
color: #b28bf7;
background-color: #b28bf7;
/* Tailwind (arbitrary) */
class="text-[#b28bf7] bg-[#b28bf7]"
/* SCSS */
$brand: #b28bf7;
/* SwiftUI */
Color(red: 0.698, green: 0.545, blue: 0.969)
/* Android */
Color.parseColor("#b28bf7")Accessibility — WCAG contrast
Aa
#b28bf7 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28bf7 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green54.5%
Blue96.9%
CMYK percentages
Cyan27.9%
Magenta43.7%
Yellow0.0%
Key (black)3.1%
Color previews
#b28bf7 text on a black background
contrast 7.93:1
Card sample
#b28bf7 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28bf7;
Background color
Panel with #b28bf7 background
background-color: #b28bf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28bf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 139, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 139, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28bf7; background: linear-gradient(135deg, #b28bf7, #F78BF4);