#b59cdf
a light, vivid violet · warm · closest name: plum
RGB
181, 156, 223
HSL
262°, 51%, 74%
CMYK
19, 30, 0, 13
Luminance
0.3893
Every format
| HEX | #b59cdf |
| RGB | rgb(181, 156, 223) |
| HSL | hsl(262, 51%, 74%) |
| CMYK | cmyk(19%, 30%, 0%, 13%) |
| LAB | lab(68.7 22.5 -30.6) |
| LCH | lch(68.7 38.0 306.3) |
| OKLCH | oklch(0.739 0.098 301.2) |
Copy-ready code
/* CSS */
color: #b59cdf;
background-color: #b59cdf;
/* Tailwind (arbitrary) */
class="text-[#b59cdf] bg-[#b59cdf]"
/* SCSS */
$brand: #b59cdf;
/* SwiftUI */
Color(red: 0.710, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#b59cdf")Accessibility — WCAG contrast
Aa
#b59cdf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59cdf on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green61.2%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b59cdf text on a black background
contrast 8.79:1
Card sample
#b59cdf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59cdf;
Background color
Panel with #b59cdf background
background-color: #b59cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59cdf; background: linear-gradient(135deg, #b59cdf, #DF9CDC);