#b79fdf
a light, vivid violet · warm · closest name: plum
RGB
183, 159, 223
HSL
263°, 50%, 75%
CMYK
18, 29, 0, 13
Luminance
0.4019
Every format
| HEX | #b79fdf |
| RGB | rgb(183, 159, 223) |
| HSL | hsl(263, 50%, 75%) |
| CMYK | cmyk(18%, 29%, 0%, 13%) |
| LAB | lab(69.6 21.4 -29.2) |
| LCH | lch(69.6 36.2 306.3) |
| OKLCH | oklch(0.746 0.094 301.4) |
Copy-ready code
/* CSS */
color: #b79fdf;
background-color: #b79fdf;
/* Tailwind (arbitrary) */
class="text-[#b79fdf] bg-[#b79fdf]"
/* SCSS */
$brand: #b79fdf;
/* SwiftUI */
Color(red: 0.718, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#b79fdf")Accessibility — WCAG contrast
Aa
#b79fdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79fdf on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green62.4%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b79fdf text on a black background
contrast 9.04:1
Card sample
#b79fdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79fdf;
Background color
Panel with #b79fdf background
background-color: #b79fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79fdf; background: linear-gradient(135deg, #b79fdf, #DF9FDC);