#b56dfb
a light, electric violet · warm · closest name: slateblue
RGB
181, 109, 251
HSL
270°, 95%, 71%
CMYK
28, 57, 0, 2
Luminance
0.2773
Every format
| HEX | #b56dfb |
| RGB | rgb(181, 109, 251) |
| HSL | hsl(270, 95%, 71%) |
| CMYK | cmyk(28%, 57%, 0%, 2%) |
| LAB | lab(59.6 54.6 -60.3) |
| LCH | lch(59.6 81.3 312.2) |
| OKLCH | oklch(0.675 0.207 304.9) |
Copy-ready code
/* CSS */
color: #b56dfb;
background-color: #b56dfb;
/* Tailwind (arbitrary) */
class="text-[#b56dfb] bg-[#b56dfb]"
/* SCSS */
$brand: #b56dfb;
/* SwiftUI */
Color(red: 0.710, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#b56dfb")Accessibility — WCAG contrast
Aa
#b56dfb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56dfb on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green42.7%
Blue98.4%
CMYK percentages
Cyan27.9%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b56dfb text on a black background
contrast 6.55:1
Card sample
#b56dfb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56dfb;
Background color
Panel with #b56dfb background
background-color: #b56dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56dfb; background: linear-gradient(135deg, #b56dfb, #FB6DE2);