#b58fdf
a light, vivid violet · warm · closest name: plum
RGB
181, 143, 223
HSL
269°, 56%, 72%
CMYK
19, 36, 0, 13
Luminance
0.3480
Every format
| HEX | #b58fdf |
| RGB | rgb(181, 143, 223) |
| HSL | hsl(269, 56%, 72%) |
| CMYK | cmyk(19%, 36%, 0%, 13%) |
| LAB | lab(65.6 29.8 -35.4) |
| LCH | lch(65.6 46.2 310.0) |
| OKLCH | oklch(0.715 0.120 305.4) |
Copy-ready code
/* CSS */
color: #b58fdf;
background-color: #b58fdf;
/* Tailwind (arbitrary) */
class="text-[#b58fdf] bg-[#b58fdf]"
/* SCSS */
$brand: #b58fdf;
/* SwiftUI */
Color(red: 0.710, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#b58fdf")Accessibility — WCAG contrast
Aa
#b58fdf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b58fdf on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green56.1%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b58fdf text on a black background
contrast 7.96:1
Card sample
#b58fdf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58fdf;
Background color
Panel with #b58fdf background
background-color: #b58fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58fdf; background: linear-gradient(135deg, #b58fdf, #DF8FD4);