#b591fd
a light, electric violet · warm · closest name: slateblue
RGB
181, 145, 253
HSL
260°, 96%, 78%
CMYK
29, 43, 0, 1
Luminance
0.3717
Every format
| HEX | #b591fd |
| RGB | rgb(181, 145, 253) |
| HSL | hsl(260, 96%, 78%) |
| CMYK | cmyk(29%, 43%, 0%, 1%) |
| LAB | lab(67.4 35.6 -49.0) |
| LCH | lch(67.4 60.6 306.0) |
| OKLCH | oklch(0.733 0.155 297.8) |
Copy-ready code
/* CSS */
color: #b591fd;
background-color: #b591fd;
/* Tailwind (arbitrary) */
class="text-[#b591fd] bg-[#b591fd]"
/* SCSS */
$brand: #b591fd;
/* SwiftUI */
Color(red: 0.710, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#b591fd")Accessibility — WCAG contrast
Aa
#b591fd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b591fd on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green56.9%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b591fd text on a black background
contrast 8.43:1
Card sample
#b591fd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b591fd;
Background color
Panel with #b591fd background
background-color: #b591fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b591fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b591fd; background: linear-gradient(135deg, #b591fd, #FD91FD);