#b28afd
a light, electric violet · warm · closest name: slateblue
RGB
178, 138, 253
HSL
261°, 97%, 77%
CMYK
30, 46, 0, 1
Luminance
0.3473
Every format
| HEX | #b28afd |
| RGB | rgb(178, 138, 253) |
| HSL | hsl(261, 97%, 77%) |
| CMYK | cmyk(30%, 46%, 0%, 1%) |
| LAB | lab(65.5 38.7 -52.0) |
| LCH | lch(65.5 64.8 306.7) |
| OKLCH | oklch(0.719 0.166 298.2) |
Copy-ready code
/* CSS */
color: #b28afd;
background-color: #b28afd;
/* Tailwind (arbitrary) */
class="text-[#b28afd] bg-[#b28afd]"
/* SCSS */
$brand: #b28afd;
/* SwiftUI */
Color(red: 0.698, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#b28afd")Accessibility — WCAG contrast
Aa
#b28afd on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28afd on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green54.1%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b28afd text on a black background
contrast 7.95:1
Card sample
#b28afd text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28afd;
Background color
Panel with #b28afd background
background-color: #b28afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28afd; background: linear-gradient(135deg, #b28afd, #FD8AFB);