#b78ddf
a light, vivid violet · warm · closest name: plum
RGB
183, 141, 223
HSL
271°, 56%, 71%
CMYK
18, 37, 0, 13
Luminance
0.3444
Every format
| HEX | #b78ddf |
| RGB | rgb(183, 141, 223) |
| HSL | hsl(271, 56%, 71%) |
| CMYK | cmyk(18%, 37%, 0%, 13%) |
| LAB | lab(65.3 31.5 -35.8) |
| LCH | lch(65.3 47.7 311.3) |
| OKLCH | oklch(0.714 0.124 307.0) |
Copy-ready code
/* CSS */
color: #b78ddf;
background-color: #b78ddf;
/* Tailwind (arbitrary) */
class="text-[#b78ddf] bg-[#b78ddf]"
/* SCSS */
$brand: #b78ddf;
/* SwiftUI */
Color(red: 0.718, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#b78ddf")Accessibility — WCAG contrast
Aa
#b78ddf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b78ddf on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green55.3%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b78ddf text on a black background
contrast 7.89:1
Card sample
#b78ddf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78ddf;
Background color
Panel with #b78ddf background
background-color: #b78ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78ddf; background: linear-gradient(135deg, #b78ddf, #DF8DD0);