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