#b76eee
a light, electric violet · warm · closest name: orchid
RGB
183, 110, 238
HSL
274°, 79%, 68%
CMYK
23, 54, 0, 7
Luminance
0.2739
Every format
| HEX | #b76eee |
| RGB | rgb(183, 110, 238) |
| HSL | hsl(274, 79%, 68%) |
| CMYK | cmyk(23%, 54%, 0%, 7%) |
| LAB | lab(59.3 51.6 -53.6) |
| LCH | lch(59.3 74.4 313.9) |
| OKLCH | oklch(0.671 0.192 308.4) |
Copy-ready code
/* CSS */
color: #b76eee;
background-color: #b76eee;
/* Tailwind (arbitrary) */
class="text-[#b76eee] bg-[#b76eee]"
/* SCSS */
$brand: #b76eee;
/* SwiftUI */
Color(red: 0.718, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#b76eee")Accessibility — WCAG contrast
Aa
#b76eee on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76eee on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.1%
Blue93.3%
CMYK percentages
Cyan23.1%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#b76eee text on a black background
contrast 6.48:1
Card sample
#b76eee text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76eee;
Background color
Panel with #b76eee background
background-color: #b76eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76eee; background: linear-gradient(135deg, #b76eee, #EE6ED0);