#b78fdf
a light, vivid violet · warm · closest name: plum
RGB
183, 143, 223
HSL
270°, 56%, 72%
CMYK
18, 36, 0, 13
Luminance
0.3504
Every format
| HEX | #b78fdf |
| RGB | rgb(183, 143, 223) |
| HSL | hsl(270, 56%, 72%) |
| CMYK | cmyk(18%, 36%, 0%, 13%) |
| LAB | lab(65.8 30.4 -35.1) |
| LCH | lch(65.8 46.4 310.9) |
| OKLCH | oklch(0.717 0.121 306.5) |
Copy-ready code
/* CSS */
color: #b78fdf;
background-color: #b78fdf;
/* Tailwind (arbitrary) */
class="text-[#b78fdf] bg-[#b78fdf]"
/* SCSS */
$brand: #b78fdf;
/* SwiftUI */
Color(red: 0.718, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#b78fdf")Accessibility — WCAG contrast
Aa
#b78fdf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b78fdf on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green56.1%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b78fdf text on a black background
contrast 8.01:1
Card sample
#b78fdf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78fdf;
Background color
Panel with #b78fdf background
background-color: #b78fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78fdf; background: linear-gradient(135deg, #b78fdf, #DF8FD2);