#b28ddf
a light, vivid violet · warm · closest name: plum
RGB
178, 141, 223
HSL
267°, 56%, 71%
CMYK
20, 37, 0, 13
Luminance
0.3384
Every format
| HEX | #b28ddf |
| RGB | rgb(178, 141, 223) |
| HSL | hsl(267, 56%, 71%) |
| CMYK | cmyk(20%, 37%, 0%, 13%) |
| LAB | lab(64.8 30.0 -36.6) |
| LCH | lch(64.8 47.3 309.3) |
| OKLCH | oklch(0.709 0.123 304.2) |
Copy-ready code
/* CSS */
color: #b28ddf;
background-color: #b28ddf;
/* Tailwind (arbitrary) */
class="text-[#b28ddf] bg-[#b28ddf]"
/* SCSS */
$brand: #b28ddf;
/* SwiftUI */
Color(red: 0.698, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#b28ddf")Accessibility — WCAG contrast
Aa
#b28ddf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28ddf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green55.3%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b28ddf text on a black background
contrast 7.77:1
Card sample
#b28ddf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28ddf;
Background color
Panel with #b28ddf background
background-color: #b28ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28ddf; background: linear-gradient(135deg, #b28ddf, #DF8DD5);