#b28bf8
a light, electric violet · warm · closest name: slateblue
RGB
178, 139, 248
HSL
262°, 89%, 76%
CMYK
28, 44, 0, 3
Luminance
0.3471
Every format
| HEX | #b28bf8 |
| RGB | rgb(178, 139, 248) |
| HSL | hsl(262, 89%, 76%) |
| CMYK | cmyk(28%, 44%, 0%, 3%) |
| LAB | lab(65.5 37.0 -49.3) |
| LCH | lch(65.5 61.6 306.9) |
| OKLCH | oklch(0.718 0.158 298.9) |
Copy-ready code
/* CSS */
color: #b28bf8;
background-color: #b28bf8;
/* Tailwind (arbitrary) */
class="text-[#b28bf8] bg-[#b28bf8]"
/* SCSS */
$brand: #b28bf8;
/* SwiftUI */
Color(red: 0.698, green: 0.545, blue: 0.973)
/* Android */
Color.parseColor("#b28bf8")Accessibility — WCAG contrast
Aa
#b28bf8 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28bf8 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green54.5%
Blue97.3%
CMYK percentages
Cyan28.2%
Magenta44.0%
Yellow0.0%
Key (black)2.7%
Color previews
#b28bf8 text on a black background
contrast 7.94:1
Card sample
#b28bf8 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28bf8;
Background color
Panel with #b28bf8 background
background-color: #b28bf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28bf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 139, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 139, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28bf8; background: linear-gradient(135deg, #b28bf8, #F88BF5);