#b55ff5
a light, electric violet · warm · closest name: slateblue
RGB
181, 95, 245
HSL
274°, 88%, 67%
CMYK
26, 61, 0, 4
Luminance
0.2460
Every format
| HEX | #b55ff5 |
| RGB | rgb(181, 95, 245) |
| HSL | hsl(274, 88%, 67%) |
| CMYK | cmyk(26%, 61%, 0%, 4%) |
| LAB | lab(56.7 60.2 -61.7) |
| LCH | lch(56.7 86.2 314.3) |
| OKLCH | oklch(0.653 0.221 307.8) |
Copy-ready code
/* CSS */
color: #b55ff5;
background-color: #b55ff5;
/* Tailwind (arbitrary) */
class="text-[#b55ff5] bg-[#b55ff5]"
/* SCSS */
$brand: #b55ff5;
/* SwiftUI */
Color(red: 0.710, green: 0.373, blue: 0.961)
/* Android */
Color.parseColor("#b55ff5")Accessibility — WCAG contrast
Aa
#b55ff5 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55ff5 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green37.3%
Blue96.1%
CMYK percentages
Cyan26.1%
Magenta61.2%
Yellow0.0%
Key (black)3.9%
Color previews
#b55ff5 text on a black background
contrast 5.92:1
Card sample
#b55ff5 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55ff5;
Background color
Panel with #b55ff5 background
background-color: #b55ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 95, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 95, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55ff5; background: linear-gradient(135deg, #b55ff5, #F55FD1);