#b76fd4
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 111, 212
HSL
283°, 54%, 63%
CMYK
14, 48, 0, 17
Luminance
0.2619
Every format
| HEX | #b76fd4 |
| RGB | rgb(183, 111, 212) |
| HSL | hsl(283, 54%, 63%) |
| CMYK | cmyk(14%, 48%, 0%, 17%) |
| LAB | lab(58.2 45.5 -40.8) |
| LCH | lch(58.2 61.1 318.1) |
| OKLCH | oklch(0.659 0.162 315.6) |
Copy-ready code
/* CSS */
color: #b76fd4;
background-color: #b76fd4;
/* Tailwind (arbitrary) */
class="text-[#b76fd4] bg-[#b76fd4]"
/* SCSS */
$brand: #b76fd4;
/* SwiftUI */
Color(red: 0.718, green: 0.435, blue: 0.831)
/* Android */
Color.parseColor("#b76fd4")Accessibility — WCAG contrast
Aa
#b76fd4 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76fd4 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.5%
Blue83.1%
CMYK percentages
Cyan13.7%
Magenta47.6%
Yellow0.0%
Key (black)16.9%
Color previews
#b76fd4 text on a black background
contrast 6.24:1
Card sample
#b76fd4 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76fd4;
Background color
Panel with #b76fd4 background
background-color: #b76fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 111, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 111, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76fd4; background: linear-gradient(135deg, #b76fd4, #D46FAE);