#b76ff6
a light, electric violet · warm · closest name: slateblue
RGB
183, 111, 246
HSL
272°, 88%, 70%
CMYK
26, 55, 0, 4
Luminance
0.2809
Every format
| HEX | #b76ff6 |
| RGB | rgb(183, 111, 246) |
| HSL | hsl(272, 88%, 70%) |
| CMYK | cmyk(26%, 55%, 0%, 4%) |
| LAB | lab(60.0 52.9 -57.0) |
| LCH | lch(60.0 77.8 312.9) |
| OKLCH | oklch(0.677 0.199 306.4) |
Copy-ready code
/* CSS */
color: #b76ff6;
background-color: #b76ff6;
/* Tailwind (arbitrary) */
class="text-[#b76ff6] bg-[#b76ff6]"
/* SCSS */
$brand: #b76ff6;
/* SwiftUI */
Color(red: 0.718, green: 0.435, blue: 0.965)
/* Android */
Color.parseColor("#b76ff6")Accessibility — WCAG contrast
Aa
#b76ff6 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76ff6 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.5%
Blue96.5%
CMYK percentages
Cyan25.6%
Magenta54.9%
Yellow0.0%
Key (black)3.5%
Color previews
#b76ff6 text on a black background
contrast 6.62:1
Card sample
#b76ff6 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76ff6;
Background color
Panel with #b76ff6 background
background-color: #b76ff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76ff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 111, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 111, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76ff6; background: linear-gradient(135deg, #b76ff6, #F66FDB);