#b58dfd
a light, electric violet · warm · closest name: slateblue
RGB
181, 141, 253
HSL
261°, 97%, 77%
CMYK
29, 44, 0, 1
Luminance
0.3597
Every format
| HEX | #b58dfd |
| RGB | rgb(181, 141, 253) |
| HSL | hsl(261, 97%, 77%) |
| CMYK | cmyk(29%, 44%, 0%, 1%) |
| LAB | lab(66.5 37.9 -50.5) |
| LCH | lch(66.5 63.1 306.9) |
| OKLCH | oklch(0.727 0.162 298.8) |
Copy-ready code
/* CSS */
color: #b58dfd;
background-color: #b58dfd;
/* Tailwind (arbitrary) */
class="text-[#b58dfd] bg-[#b58dfd]"
/* SCSS */
$brand: #b58dfd;
/* SwiftUI */
Color(red: 0.710, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#b58dfd")Accessibility — WCAG contrast
Aa
#b58dfd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b58dfd on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green55.3%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b58dfd text on a black background
contrast 8.19:1
Card sample
#b58dfd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58dfd;
Background color
Panel with #b58dfd background
background-color: #b58dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58dfd; background: linear-gradient(135deg, #b58dfd, #FD8DFA);