#b76afd
a light, electric violet · warm · closest name: slateblue
RGB
183, 106, 253
HSL
271°, 97%, 70%
CMYK
28, 58, 0, 1
Luminance
0.2747
Every format
| HEX | #b76afd |
| RGB | rgb(183, 106, 253) |
| HSL | hsl(271, 97%, 70%) |
| CMYK | cmyk(28%, 58%, 0%, 1%) |
| LAB | lab(59.4 57.0 -61.8) |
| LCH | lch(59.4 84.1 312.7) |
| OKLCH | oklch(0.674 0.214 305.6) |
Copy-ready code
/* CSS */
color: #b76afd;
background-color: #b76afd;
/* Tailwind (arbitrary) */
class="text-[#b76afd] bg-[#b76afd]"
/* SCSS */
$brand: #b76afd;
/* SwiftUI */
Color(red: 0.718, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#b76afd")Accessibility — WCAG contrast
Aa
#b76afd on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76afd on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green41.6%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b76afd text on a black background
contrast 6.49:1
Card sample
#b76afd text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76afd;
Background color
Panel with #b76afd background
background-color: #b76afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76afd; background: linear-gradient(135deg, #b76afd, #FD6AE1);