#b55eee
a light, electric violet · warm · closest name: slateblue
RGB
181, 94, 238
HSL
276°, 81%, 65%
CMYK
24, 61, 0, 7
Luminance
0.2400
Every format
| HEX | #b55eee |
| RGB | rgb(181, 94, 238) |
| HSL | hsl(276, 81%, 65%) |
| CMYK | cmyk(24%, 61%, 0%, 7%) |
| LAB | lab(56.1 59.2 -58.8) |
| LCH | lch(56.1 83.4 315.2) |
| OKLCH | oklch(0.647 0.215 309.5) |
Copy-ready code
/* CSS */
color: #b55eee;
background-color: #b55eee;
/* Tailwind (arbitrary) */
class="text-[#b55eee] bg-[#b55eee]"
/* SCSS */
$brand: #b55eee;
/* SwiftUI */
Color(red: 0.710, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#b55eee")Accessibility — WCAG contrast
Aa
#b55eee on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55eee on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green36.9%
Blue93.3%
CMYK percentages
Cyan23.9%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#b55eee text on a black background
contrast 5.80:1
Card sample
#b55eee text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55eee;
Background color
Panel with #b55eee background
background-color: #b55eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55eee; background: linear-gradient(135deg, #b55eee, #EE5EC7);