#b76fdf
a light, vivid violet · warm · closest name: orchid
RGB
183, 111, 223
HSL
279°, 64%, 66%
CMYK
18, 50, 0, 13
Luminance
0.2676
Every format
| HEX | #b76fdf |
| RGB | rgb(183, 111, 223) |
| HSL | hsl(279, 64%, 66%) |
| CMYK | cmyk(18%, 50%, 0%, 13%) |
| LAB | lab(58.8 47.8 -46.1) |
| LCH | lch(58.8 66.4 316.0) |
| OKLCH | oklch(0.664 0.174 312.2) |
Copy-ready code
/* CSS */
color: #b76fdf;
background-color: #b76fdf;
/* Tailwind (arbitrary) */
class="text-[#b76fdf] bg-[#b76fdf]"
/* SCSS */
$brand: #b76fdf;
/* SwiftUI */
Color(red: 0.718, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#b76fdf")Accessibility — WCAG contrast
Aa
#b76fdf on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76fdf on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b76fdf text on a black background
contrast 6.35:1
Card sample
#b76fdf text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76fdf;
Background color
Panel with #b76fdf background
background-color: #b76fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76fdf; background: linear-gradient(135deg, #b76fdf, #DF6FBC);