#b57dfd
a light, electric violet · warm · closest name: slateblue
RGB
181, 125, 253
HSL
266°, 97%, 74%
CMYK
29, 51, 0, 1
Luminance
0.3158
Every format
| HEX | #b57dfd |
| RGB | rgb(181, 125, 253) |
| HSL | hsl(266, 97%, 74%) |
| CMYK | cmyk(29%, 51%, 0%, 1%) |
| LAB | lab(63.0 46.6 -56.0) |
| LCH | lch(63.0 72.9 309.8) |
| OKLCH | oklch(0.700 0.186 302.0) |
Copy-ready code
/* CSS */
color: #b57dfd;
background-color: #b57dfd;
/* Tailwind (arbitrary) */
class="text-[#b57dfd] bg-[#b57dfd]"
/* SCSS */
$brand: #b57dfd;
/* SwiftUI */
Color(red: 0.710, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#b57dfd")Accessibility — WCAG contrast
Aa
#b57dfd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b57dfd on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green49.0%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b57dfd text on a black background
contrast 7.32:1
Card sample
#b57dfd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57dfd;
Background color
Panel with #b57dfd background
background-color: #b57dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57dfd; background: linear-gradient(135deg, #b57dfd, #FD7DF0);