#b55ff2
a light, electric violet · warm · closest name: slateblue
RGB
181, 95, 242
HSL
275°, 85%, 66%
CMYK
25, 61, 0, 5
Luminance
0.2442
Every format
| HEX | #b55ff2 |
| RGB | rgb(181, 95, 242) |
| HSL | hsl(275, 85%, 66%) |
| CMYK | cmyk(25%, 61%, 0%, 5%) |
| LAB | lab(56.5 59.6 -60.3) |
| LCH | lch(56.5 84.8 314.6) |
| OKLCH | oklch(0.651 0.217 308.5) |
Copy-ready code
/* CSS */
color: #b55ff2;
background-color: #b55ff2;
/* Tailwind (arbitrary) */
class="text-[#b55ff2] bg-[#b55ff2]"
/* SCSS */
$brand: #b55ff2;
/* SwiftUI */
Color(red: 0.710, green: 0.373, blue: 0.949)
/* Android */
Color.parseColor("#b55ff2")Accessibility — WCAG contrast
Aa
#b55ff2 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55ff2 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green37.3%
Blue94.9%
CMYK percentages
Cyan25.2%
Magenta60.7%
Yellow0.0%
Key (black)5.1%
Color previews
#b55ff2 text on a black background
contrast 5.88:1
Card sample
#b55ff2 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55ff2;
Background color
Panel with #b55ff2 background
background-color: #b55ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 95, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 95, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55ff2; background: linear-gradient(135deg, #b55ff2, #F25FCD);