#b28fdf
a light, vivid violet · warm · closest name: plum
RGB
178, 143, 223
HSL
266°, 56%, 72%
CMYK
20, 36, 0, 13
Luminance
0.3444
Every format
| HEX | #b28fdf |
| RGB | rgb(178, 143, 223) |
| HSL | hsl(266, 56%, 72%) |
| CMYK | cmyk(20%, 36%, 0%, 13%) |
| LAB | lab(65.3 28.9 -35.9) |
| LCH | lch(65.3 46.0 308.8) |
| OKLCH | oklch(0.712 0.119 303.6) |
Copy-ready code
/* CSS */
color: #b28fdf;
background-color: #b28fdf;
/* Tailwind (arbitrary) */
class="text-[#b28fdf] bg-[#b28fdf]"
/* SCSS */
$brand: #b28fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#b28fdf")Accessibility — WCAG contrast
Aa
#b28fdf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28fdf on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green56.1%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b28fdf text on a black background
contrast 7.89:1
Card sample
#b28fdf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28fdf;
Background color
Panel with #b28fdf background
background-color: #b28fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28fdf; background: linear-gradient(135deg, #b28fdf, #DF8FD7);