#b28dda
a light, vivid violet · warm · closest name: plum
RGB
178, 141, 218
HSL
269°, 51%, 70%
CMYK
18, 35, 0, 15
Luminance
0.3358
Every format
| HEX | #b28dda |
| RGB | rgb(178, 141, 218) |
| HSL | hsl(269, 51%, 70%) |
| CMYK | cmyk(18%, 35%, 0%, 15%) |
| LAB | lab(64.6 28.8 -34.1) |
| LCH | lch(64.6 44.7 310.2) |
| OKLCH | oklch(0.707 0.116 305.7) |
Copy-ready code
/* CSS */
color: #b28dda;
background-color: #b28dda;
/* Tailwind (arbitrary) */
class="text-[#b28dda] bg-[#b28dda]"
/* SCSS */
$brand: #b28dda;
/* SwiftUI */
Color(red: 0.698, green: 0.553, blue: 0.855)
/* Android */
Color.parseColor("#b28dda")Accessibility — WCAG contrast
Aa
#b28dda on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28dda on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green55.3%
Blue85.5%
CMYK percentages
Cyan18.3%
Magenta35.3%
Yellow0.0%
Key (black)14.5%
Color previews
#b28dda text on a black background
contrast 7.72:1
Card sample
#b28dda text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28dda;
Background color
Panel with #b28dda background
background-color: #b28dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 141, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 141, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28dda; background: linear-gradient(135deg, #b28dda, #DA8DCF);