#b59bdf
a light, vivid violet · warm · closest name: plum
RGB
181, 155, 223
HSL
263°, 52%, 74%
CMYK
19, 31, 0, 13
Luminance
0.3859
Every format
| HEX | #b59bdf |
| RGB | rgb(181, 155, 223) |
| HSL | hsl(263, 52%, 74%) |
| CMYK | cmyk(19%, 31%, 0%, 13%) |
| LAB | lab(68.5 23.0 -31.0) |
| LCH | lch(68.5 38.6 306.6) |
| OKLCH | oklch(0.737 0.100 301.5) |
Copy-ready code
/* CSS */
color: #b59bdf;
background-color: #b59bdf;
/* Tailwind (arbitrary) */
class="text-[#b59bdf] bg-[#b59bdf]"
/* SCSS */
$brand: #b59bdf;
/* SwiftUI */
Color(red: 0.710, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#b59bdf")Accessibility — WCAG contrast
Aa
#b59bdf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59bdf on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green60.8%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b59bdf text on a black background
contrast 8.72:1
Card sample
#b59bdf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59bdf;
Background color
Panel with #b59bdf background
background-color: #b59bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59bdf; background: linear-gradient(135deg, #b59bdf, #DF9BDC);