#b55dfb
a light, electric violet · warm · closest name: slateblue
RGB
181, 93, 251
HSL
273°, 95%, 68%
CMYK
28, 63, 0, 2
Luminance
0.2462
Every format
| HEX | #b55dfb |
| RGB | rgb(181, 93, 251) |
| HSL | hsl(273, 95%, 68%) |
| CMYK | cmyk(28%, 63%, 0%, 2%) |
| LAB | lab(56.7 62.5 -65.0) |
| LCH | lch(56.7 90.2 313.9) |
| OKLCH | oklch(0.654 0.230 306.7) |
Copy-ready code
/* CSS */
color: #b55dfb;
background-color: #b55dfb;
/* Tailwind (arbitrary) */
class="text-[#b55dfb] bg-[#b55dfb]"
/* SCSS */
$brand: #b55dfb;
/* SwiftUI */
Color(red: 0.710, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#b55dfb")Accessibility — WCAG contrast
Aa
#b55dfb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55dfb on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green36.5%
Blue98.4%
CMYK percentages
Cyan27.9%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#b55dfb text on a black background
contrast 5.92:1
Card sample
#b55dfb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55dfb;
Background color
Panel with #b55dfb background
background-color: #b55dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55dfb; background: linear-gradient(135deg, #b55dfb, #FB5DD8);