#b58cdf
a light, vivid violet · warm · closest name: plum
RGB
181, 140, 223
HSL
270°, 57%, 71%
CMYK
19, 37, 0, 13
Luminance
0.3391
Every format
| HEX | #b58cdf |
| RGB | rgb(181, 140, 223) |
| HSL | hsl(270, 57%, 71%) |
| CMYK | cmyk(19%, 37%, 0%, 13%) |
| LAB | lab(64.9 31.4 -36.5) |
| LCH | lch(64.9 48.1 310.7) |
| OKLCH | oklch(0.710 0.125 306.2) |
Copy-ready code
/* CSS */
color: #b58cdf;
background-color: #b58cdf;
/* Tailwind (arbitrary) */
class="text-[#b58cdf] bg-[#b58cdf]"
/* SCSS */
$brand: #b58cdf;
/* SwiftUI */
Color(red: 0.710, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#b58cdf")Accessibility — WCAG contrast
Aa
#b58cdf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b58cdf on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green54.9%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b58cdf text on a black background
contrast 7.78:1
Card sample
#b58cdf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58cdf;
Background color
Panel with #b58cdf background
background-color: #b58cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58cdf; background: linear-gradient(135deg, #b58cdf, #DF8CD2);