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