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