#b55ff8
a light, electric violet · warm · closest name: slateblue
RGB
181, 95, 248
HSL
274°, 92%, 67%
CMYK
27, 62, 0, 3
Luminance
0.2479
Every format
| HEX | #b55ff8 |
| RGB | rgb(181, 95, 248) |
| HSL | hsl(274, 92%, 67%) |
| CMYK | cmyk(27%, 62%, 0%, 3%) |
| LAB | lab(56.9 60.9 -63.1) |
| LCH | lch(56.9 87.7 314.0) |
| OKLCH | oklch(0.654 0.224 307.2) |
Copy-ready code
/* CSS */
color: #b55ff8;
background-color: #b55ff8;
/* Tailwind (arbitrary) */
class="text-[#b55ff8] bg-[#b55ff8]"
/* SCSS */
$brand: #b55ff8;
/* SwiftUI */
Color(red: 0.710, green: 0.373, blue: 0.973)
/* Android */
Color.parseColor("#b55ff8")Accessibility — WCAG contrast
Aa
#b55ff8 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55ff8 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green37.3%
Blue97.3%
CMYK percentages
Cyan27.0%
Magenta61.7%
Yellow0.0%
Key (black)2.7%
Color previews
#b55ff8 text on a black background
contrast 5.96:1
Card sample
#b55ff8 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55ff8;
Background color
Panel with #b55ff8 background
background-color: #b55ff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55ff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 95, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 95, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55ff8; background: linear-gradient(135deg, #b55ff8, #F85FD5);