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