#b28dfd
a light, electric violet · warm · closest name: slateblue
RGB
178, 141, 253
HSL
260°, 97%, 77%
CMYK
30, 44, 0, 1
Luminance
0.3561
Every format
| HEX | #b28dfd |
| RGB | rgb(178, 141, 253) |
| HSL | hsl(260, 97%, 77%) |
| CMYK | cmyk(30%, 44%, 0%, 1%) |
| LAB | lab(66.2 37.1 -50.9) |
| LCH | lch(66.2 63.0 306.0) |
| OKLCH | oklch(0.724 0.161 297.5) |
Copy-ready code
/* CSS */
color: #b28dfd;
background-color: #b28dfd;
/* Tailwind (arbitrary) */
class="text-[#b28dfd] bg-[#b28dfd]"
/* SCSS */
$brand: #b28dfd;
/* SwiftUI */
Color(red: 0.698, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#b28dfd")Accessibility — WCAG contrast
Aa
#b28dfd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28dfd on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green55.3%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b28dfd text on a black background
contrast 8.12:1
Card sample
#b28dfd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28dfd;
Background color
Panel with #b28dfd background
background-color: #b28dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28dfd; background: linear-gradient(135deg, #b28dfd, #FD8DFD);