#b55dfd
a light, electric violet · warm · closest name: slateblue
RGB
181, 93, 253
HSL
273°, 98%, 68%
CMYK
29, 63, 0, 1
Luminance
0.2474
Every format
| HEX | #b55dfd |
| RGB | rgb(181, 93, 253) |
| HSL | hsl(273, 98%, 68%) |
| CMYK | cmyk(29%, 63%, 0%, 1%) |
| LAB | lab(56.8 63.0 -65.9) |
| LCH | lch(56.8 91.1 313.7) |
| OKLCH | oklch(0.655 0.232 306.3) |
Copy-ready code
/* CSS */
color: #b55dfd;
background-color: #b55dfd;
/* Tailwind (arbitrary) */
class="text-[#b55dfd] bg-[#b55dfd]"
/* SCSS */
$brand: #b55dfd;
/* SwiftUI */
Color(red: 0.710, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#b55dfd")Accessibility — WCAG contrast
Aa
#b55dfd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55dfd on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green36.5%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b55dfd text on a black background
contrast 5.95:1
Card sample
#b55dfd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55dfd;
Background color
Panel with #b55dfd background
background-color: #b55dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55dfd; background: linear-gradient(135deg, #b55dfd, #FD5DDA);