#b76af2
a light, electric violet · warm · closest name: orchid
RGB
183, 106, 242
HSL
274°, 84%, 68%
CMYK
24, 56, 0, 5
Luminance
0.2679
Every format
| HEX | #b76af2 |
| RGB | rgb(183, 106, 242) |
| HSL | hsl(274, 84%, 68%) |
| CMYK | cmyk(24%, 56%, 0%, 5%) |
| LAB | lab(58.8 54.6 -56.7) |
| LCH | lch(58.8 78.7 313.9) |
| OKLCH | oklch(0.668 0.202 308.0) |
Copy-ready code
/* CSS */
color: #b76af2;
background-color: #b76af2;
/* Tailwind (arbitrary) */
class="text-[#b76af2] bg-[#b76af2]"
/* SCSS */
$brand: #b76af2;
/* SwiftUI */
Color(red: 0.718, green: 0.416, blue: 0.949)
/* Android */
Color.parseColor("#b76af2")Accessibility — WCAG contrast
Aa
#b76af2 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76af2 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green41.6%
Blue94.9%
CMYK percentages
Cyan24.4%
Magenta56.2%
Yellow0.0%
Key (black)5.1%
Color previews
#b76af2 text on a black background
contrast 6.36:1
Card sample
#b76af2 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76af2;
Background color
Panel with #b76af2 background
background-color: #b76af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 106, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 106, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76af2; background: linear-gradient(135deg, #b76af2, #F26AD2);