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