#bd73cf
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 115, 207
HSL
288°, 49%, 63%
CMYK
9, 44, 0, 19
Luminance
0.2759
Every format
| HEX | #bd73cf |
| RGB | rgb(189, 115, 207) |
| HSL | hsl(288, 49%, 63%) |
| CMYK | cmyk(9%, 44%, 0%, 19%) |
| LAB | lab(59.5 44.1 -35.9) |
| LCH | lch(59.5 56.8 320.9) |
| OKLCH | oklch(0.669 0.152 319.6) |
Copy-ready code
/* CSS */
color: #bd73cf;
background-color: #bd73cf;
/* Tailwind (arbitrary) */
class="text-[#bd73cf] bg-[#bd73cf]"
/* SCSS */
$brand: #bd73cf;
/* SwiftUI */
Color(red: 0.741, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#bd73cf")Accessibility — WCAG contrast
Aa
#bd73cf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd73cf on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.1%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta44.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bd73cf text on a black background
contrast 6.52:1
Card sample
#bd73cf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd73cf;
Background color
Panel with #bd73cf background
background-color: #bd73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd73cf; background: linear-gradient(135deg, #bd73cf, #CF73A4);