#b76fef
a light, electric violet · warm · closest name: orchid
RGB
183, 111, 239
HSL
274°, 80%, 69%
CMYK
23, 54, 0, 6
Luminance
0.2767
Every format
| HEX | #b76fef |
| RGB | rgb(183, 111, 239) |
| HSL | hsl(274, 80%, 69%) |
| CMYK | cmyk(23%, 54%, 0%, 6%) |
| LAB | lab(59.6 51.3 -53.7) |
| LCH | lch(59.6 74.3 313.7) |
| OKLCH | oklch(0.673 0.192 308.1) |
Copy-ready code
/* CSS */
color: #b76fef;
background-color: #b76fef;
/* Tailwind (arbitrary) */
class="text-[#b76fef] bg-[#b76fef]"
/* SCSS */
$brand: #b76fef;
/* SwiftUI */
Color(red: 0.718, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#b76fef")Accessibility — WCAG contrast
Aa
#b76fef on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76fef on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.5%
Blue93.7%
CMYK percentages
Cyan23.4%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#b76fef text on a black background
contrast 6.53:1
Card sample
#b76fef text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76fef;
Background color
Panel with #b76fef background
background-color: #b76fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76fef; background: linear-gradient(135deg, #b76fef, #EF6FD2);