#b76dfd
a light, electric violet · warm · closest name: slateblue
RGB
183, 109, 253
HSL
271°, 97%, 71%
CMYK
28, 57, 0, 1
Luminance
0.2810
Every format
| HEX | #b76dfd |
| RGB | rgb(183, 109, 253) |
| HSL | hsl(271, 97%, 71%) |
| CMYK | cmyk(28%, 57%, 0%, 1%) |
| LAB | lab(60.0 55.5 -60.8) |
| LCH | lch(60.0 82.4 312.4) |
| OKLCH | oklch(0.679 0.210 305.2) |
Copy-ready code
/* CSS */
color: #b76dfd;
background-color: #b76dfd;
/* Tailwind (arbitrary) */
class="text-[#b76dfd] bg-[#b76dfd]"
/* SCSS */
$brand: #b76dfd;
/* SwiftUI */
Color(red: 0.718, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#b76dfd")Accessibility — WCAG contrast
Aa
#b76dfd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76dfd on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green42.7%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b76dfd text on a black background
contrast 6.62:1
Card sample
#b76dfd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76dfd;
Background color
Panel with #b76dfd background
background-color: #b76dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76dfd; background: linear-gradient(135deg, #b76dfd, #FD6DE3);