#b59dfd
a light, electric violet · warm · closest name: plum
RGB
181, 157, 253
HSL
255°, 96%, 80%
CMYK
29, 38, 0, 1
Luminance
0.4103
Every format
| HEX | #b59dfd |
| RGB | rgb(181, 157, 253) |
| HSL | hsl(255, 96%, 80%) |
| CMYK | cmyk(29%, 38%, 0%, 1%) |
| LAB | lab(70.2 28.9 -44.7) |
| LCH | lch(70.2 53.2 302.9) |
| OKLCH | oklch(0.754 0.137 294.4) |
Copy-ready code
/* CSS */
color: #b59dfd;
background-color: #b59dfd;
/* Tailwind (arbitrary) */
class="text-[#b59dfd] bg-[#b59dfd]"
/* SCSS */
$brand: #b59dfd;
/* SwiftUI */
Color(red: 0.710, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#b59dfd")Accessibility — WCAG contrast
Aa
#b59dfd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59dfd on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green61.6%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b59dfd text on a black background
contrast 9.21:1
Card sample
#b59dfd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59dfd;
Background color
Panel with #b59dfd background
background-color: #b59dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59dfd; background: linear-gradient(135deg, #b59dfd, #F59DFD);