#b59bfd
a light, electric violet · warm · closest name: plum
RGB
181, 155, 253
HSL
256°, 96%, 80%
CMYK
29, 39, 0, 1
Luminance
0.4036
Every format
| HEX | #b59bfd |
| RGB | rgb(181, 155, 253) |
| HSL | hsl(256, 96%, 80%) |
| CMYK | cmyk(29%, 39%, 0%, 1%) |
| LAB | lab(69.7 30.1 -45.4) |
| LCH | lch(69.7 54.5 303.5) |
| OKLCH | oklch(0.751 0.140 295.0) |
Copy-ready code
/* CSS */
color: #b59bfd;
background-color: #b59bfd;
/* Tailwind (arbitrary) */
class="text-[#b59bfd] bg-[#b59bfd]"
/* SCSS */
$brand: #b59bfd;
/* SwiftUI */
Color(red: 0.710, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#b59bfd")Accessibility — WCAG contrast
Aa
#b59bfd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59bfd on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green60.8%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b59bfd text on a black background
contrast 9.07:1
Card sample
#b59bfd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59bfd;
Background color
Panel with #b59bfd background
background-color: #b59bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59bfd; background: linear-gradient(135deg, #b59bfd, #F69BFD);