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