#b78bdf
a light, vivid violet · warm · closest name: plum
RGB
183, 139, 223
HSL
271°, 57%, 71%
CMYK
18, 38, 0, 13
Luminance
0.3386
Every format
| HEX | #b78bdf |
| RGB | rgb(183, 139, 223) |
| HSL | hsl(271, 57%, 71%) |
| CMYK | cmyk(18%, 38%, 0%, 13%) |
| LAB | lab(64.8 32.6 -36.5) |
| LCH | lch(64.8 48.9 311.7) |
| OKLCH | oklch(0.710 0.128 307.5) |
Copy-ready code
/* CSS */
color: #b78bdf;
background-color: #b78bdf;
/* Tailwind (arbitrary) */
class="text-[#b78bdf] bg-[#b78bdf]"
/* SCSS */
$brand: #b78bdf;
/* SwiftUI */
Color(red: 0.718, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#b78bdf")Accessibility — WCAG contrast
Aa
#b78bdf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b78bdf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green54.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b78bdf text on a black background
contrast 7.77:1
Card sample
#b78bdf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78bdf;
Background color
Panel with #b78bdf background
background-color: #b78bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78bdf; background: linear-gradient(135deg, #b78bdf, #DF8BCF);