#b55ff0
a light, electric violet · warm · closest name: slateblue
RGB
181, 95, 240
HSL
276°, 83%, 66%
CMYK
25, 60, 0, 6
Luminance
0.2430
Every format
| HEX | #b55ff0 |
| RGB | rgb(181, 95, 240) |
| HSL | hsl(276, 83%, 66%) |
| CMYK | cmyk(25%, 60%, 0%, 6%) |
| LAB | lab(56.4 59.1 -59.4) |
| LCH | lch(56.4 83.8 314.9) |
| OKLCH | oklch(0.649 0.215 309.0) |
Copy-ready code
/* CSS */
color: #b55ff0;
background-color: #b55ff0;
/* Tailwind (arbitrary) */
class="text-[#b55ff0] bg-[#b55ff0]"
/* SCSS */
$brand: #b55ff0;
/* SwiftUI */
Color(red: 0.710, green: 0.373, blue: 0.941)
/* Android */
Color.parseColor("#b55ff0")Accessibility — WCAG contrast
Aa
#b55ff0 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55ff0 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green37.3%
Blue94.1%
CMYK percentages
Cyan24.6%
Magenta60.4%
Yellow0.0%
Key (black)5.9%
Color previews
#b55ff0 text on a black background
contrast 5.86:1
Card sample
#b55ff0 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55ff0;
Background color
Panel with #b55ff0 background
background-color: #b55ff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55ff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 95, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 95, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55ff0; background: linear-gradient(135deg, #b55ff0, #F05FCA);