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