#b56cf2
a light, electric violet · warm · closest name: slateblue
RGB
181, 108, 242
HSL
273°, 84%, 69%
CMYK
25, 55, 0, 5
Luminance
0.2696
Every format
| HEX | #b56cf2 |
| RGB | rgb(181, 108, 242) |
| HSL | hsl(273, 84%, 69%) |
| CMYK | cmyk(25%, 55%, 0%, 5%) |
| LAB | lab(58.9 53.1 -56.4) |
| LCH | lch(58.9 77.5 313.2) |
| OKLCH | oklch(0.668 0.199 307.0) |
Copy-ready code
/* CSS */
color: #b56cf2;
background-color: #b56cf2;
/* Tailwind (arbitrary) */
class="text-[#b56cf2] bg-[#b56cf2]"
/* SCSS */
$brand: #b56cf2;
/* SwiftUI */
Color(red: 0.710, green: 0.424, blue: 0.949)
/* Android */
Color.parseColor("#b56cf2")Accessibility — WCAG contrast
Aa
#b56cf2 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56cf2 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green42.4%
Blue94.9%
CMYK percentages
Cyan25.2%
Magenta55.4%
Yellow0.0%
Key (black)5.1%
Color previews
#b56cf2 text on a black background
contrast 6.39:1
Card sample
#b56cf2 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56cf2;
Background color
Panel with #b56cf2 background
background-color: #b56cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 108, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 108, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56cf2; background: linear-gradient(135deg, #b56cf2, #F26CD6);