#b76bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 107, 223
HSL
279°, 64%, 65%
CMYK
18, 52, 0, 13
Luminance
0.2591
Every format
| HEX | #b76bdf |
| RGB | rgb(183, 107, 223) |
| HSL | hsl(279, 64%, 65%) |
| CMYK | cmyk(18%, 52%, 0%, 13%) |
| LAB | lab(58.0 49.9 -47.4) |
| LCH | lch(58.0 68.8 316.5) |
| OKLCH | oklch(0.658 0.180 312.7) |
Copy-ready code
/* CSS */
color: #b76bdf;
background-color: #b76bdf;
/* Tailwind (arbitrary) */
class="text-[#b76bdf] bg-[#b76bdf]"
/* SCSS */
$brand: #b76bdf;
/* SwiftUI */
Color(red: 0.718, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#b76bdf")Accessibility — WCAG contrast
Aa
#b76bdf on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76bdf on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green42.0%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b76bdf text on a black background
contrast 6.18:1
Card sample
#b76bdf text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76bdf;
Background color
Panel with #b76bdf background
background-color: #b76bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76bdf; background: linear-gradient(135deg, #b76bdf, #DF6BBA);