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