#b79bdf
a light, vivid violet · warm · closest name: plum
RGB
183, 155, 223
HSL
265°, 52%, 74%
CMYK
18, 31, 0, 13
Luminance
0.3884
Every format
| HEX | #b79bdf |
| RGB | rgb(183, 155, 223) |
| HSL | hsl(265, 52%, 74%) |
| CMYK | cmyk(18%, 31%, 0%, 13%) |
| LAB | lab(68.6 23.6 -30.7) |
| LCH | lch(68.6 38.7 307.6) |
| OKLCH | oklch(0.739 0.101 302.9) |
Copy-ready code
/* CSS */
color: #b79bdf;
background-color: #b79bdf;
/* Tailwind (arbitrary) */
class="text-[#b79bdf] bg-[#b79bdf]"
/* SCSS */
$brand: #b79bdf;
/* SwiftUI */
Color(red: 0.718, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#b79bdf")Accessibility — WCAG contrast
Aa
#b79bdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79bdf on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green60.8%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b79bdf text on a black background
contrast 8.77:1
Card sample
#b79bdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79bdf;
Background color
Panel with #b79bdf background
background-color: #b79bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79bdf; background: linear-gradient(135deg, #b79bdf, #DF9BDA);