#b58fd2
a light, soft violet · warm · closest name: plum
RGB
181, 143, 210
HSL
274°, 43%, 69%
CMYK
14, 32, 0, 18
Luminance
0.3412
Every format
| HEX | #b58fd2 |
| RGB | rgb(181, 143, 210) |
| HSL | hsl(274, 43%, 69%) |
| CMYK | cmyk(14%, 32%, 0%, 18%) |
| LAB | lab(65.1 26.9 -29.0) |
| LCH | lch(65.1 39.5 312.8) |
| OKLCH | oklch(0.709 0.104 309.8) |
Copy-ready code
/* CSS */
color: #b58fd2;
background-color: #b58fd2;
/* Tailwind (arbitrary) */
class="text-[#b58fd2] bg-[#b58fd2]"
/* SCSS */
$brand: #b58fd2;
/* SwiftUI */
Color(red: 0.710, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#b58fd2")Accessibility — WCAG contrast
Aa
#b58fd2 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b58fd2 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green56.1%
Blue82.4%
CMYK percentages
Cyan13.8%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#b58fd2 text on a black background
contrast 7.82:1
Card sample
#b58fd2 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58fd2;
Background color
Panel with #b58fd2 background
background-color: #b58fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58fd2; background: linear-gradient(135deg, #b58fd2, #D28FC2);