#b76ef1
a light, electric violet · warm · closest name: orchid
RGB
183, 110, 241
HSL
273°, 82%, 69%
CMYK
24, 54, 0, 6
Luminance
0.2757
Every format
| HEX | #b76ef1 |
| RGB | rgb(183, 110, 241) |
| HSL | hsl(273, 82%, 69%) |
| CMYK | cmyk(24%, 54%, 0%, 6%) |
| LAB | lab(59.5 52.3 -55.0) |
| LCH | lch(59.5 75.9 313.6) |
| OKLCH | oklch(0.673 0.195 307.7) |
Copy-ready code
/* CSS */
color: #b76ef1;
background-color: #b76ef1;
/* Tailwind (arbitrary) */
class="text-[#b76ef1] bg-[#b76ef1]"
/* SCSS */
$brand: #b76ef1;
/* SwiftUI */
Color(red: 0.718, green: 0.431, blue: 0.945)
/* Android */
Color.parseColor("#b76ef1")Accessibility — WCAG contrast
Aa
#b76ef1 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76ef1 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.1%
Blue94.5%
CMYK percentages
Cyan24.1%
Magenta54.4%
Yellow0.0%
Key (black)5.5%
Color previews
#b76ef1 text on a black background
contrast 6.51:1
Card sample
#b76ef1 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76ef1;
Background color
Panel with #b76ef1 background
background-color: #b76ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 110, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 110, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76ef1; background: linear-gradient(135deg, #b76ef1, #F16ED4);