#b559fd
a light, electric violet · warm · closest name: slateblue
RGB
181, 89, 253
HSL
274°, 98%, 67%
CMYK
29, 65, 0, 1
Luminance
0.2406
Every format
| HEX | #b559fd |
| RGB | rgb(181, 89, 253) |
| HSL | hsl(274, 98%, 67%) |
| CMYK | cmyk(29%, 65%, 0%, 1%) |
| LAB | lab(56.1 64.8 -67.0) |
| LCH | lch(56.1 93.2 314.0) |
| OKLCH | oklch(0.650 0.237 306.7) |
Copy-ready code
/* CSS */
color: #b559fd;
background-color: #b559fd;
/* Tailwind (arbitrary) */
class="text-[#b559fd] bg-[#b559fd]"
/* SCSS */
$brand: #b559fd;
/* SwiftUI */
Color(red: 0.710, green: 0.349, blue: 0.992)
/* Android */
Color.parseColor("#b559fd")Accessibility — WCAG contrast
Aa
#b559fd on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b559fd on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green34.9%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta64.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b559fd text on a black background
contrast 5.81:1
Card sample
#b559fd text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b559fd;
Background color
Panel with #b559fd background
background-color: #b559fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b559fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 89, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 89, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b559fd; background: linear-gradient(135deg, #b559fd, #FD59D8);