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