#b577fd
a light, electric violet · warm · closest name: slateblue
RGB
181, 119, 253
HSL
268°, 97%, 73%
CMYK
29, 53, 0, 1
Luminance
0.3011
Every format
| HEX | #b577fd |
| RGB | rgb(181, 119, 253) |
| HSL | hsl(268, 97%, 73%) |
| CMYK | cmyk(29%, 53%, 0%, 1%) |
| LAB | lab(61.8 49.8 -58.0) |
| LCH | lch(61.8 76.5 310.7) |
| OKLCH | oklch(0.691 0.195 303.0) |
Copy-ready code
/* CSS */
color: #b577fd;
background-color: #b577fd;
/* Tailwind (arbitrary) */
class="text-[#b577fd] bg-[#b577fd]"
/* SCSS */
$brand: #b577fd;
/* SwiftUI */
Color(red: 0.710, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#b577fd")Accessibility — WCAG contrast
Aa
#b577fd on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b577fd on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green46.7%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b577fd text on a black background
contrast 7.02:1
Card sample
#b577fd text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b577fd;
Background color
Panel with #b577fd background
background-color: #b577fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b577fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b577fd; background: linear-gradient(135deg, #b577fd, #FD77EC);