#b59dfb
a light, electric violet · warm · closest name: plum
RGB
181, 157, 251
HSL
255°, 92%, 80%
CMYK
28, 38, 0, 2
Luminance
0.4090
Every format
| HEX | #b59dfb |
| RGB | rgb(181, 157, 251) |
| HSL | hsl(255, 92%, 80%) |
| CMYK | cmyk(28%, 38%, 0%, 2%) |
| LAB | lab(70.1 28.5 -43.7) |
| LCH | lch(70.1 52.2 303.1) |
| OKLCH | oklch(0.753 0.134 294.7) |
Copy-ready code
/* CSS */
color: #b59dfb;
background-color: #b59dfb;
/* Tailwind (arbitrary) */
class="text-[#b59dfb] bg-[#b59dfb]"
/* SCSS */
$brand: #b59dfb;
/* SwiftUI */
Color(red: 0.710, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#b59dfb")Accessibility — WCAG contrast
Aa
#b59dfb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59dfb on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green61.6%
Blue98.4%
CMYK percentages
Cyan27.9%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#b59dfb text on a black background
contrast 9.18:1
Card sample
#b59dfb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59dfb;
Background color
Panel with #b59dfb background
background-color: #b59dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59dfb; background: linear-gradient(135deg, #b59dfb, #F49DFB);