#bd73cd
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 115, 205
HSL
289°, 47%, 63%
CMYK
8, 44, 0, 20
Luminance
0.2749
Every format
| HEX | #bd73cd |
| RGB | rgb(189, 115, 205) |
| HSL | hsl(289, 47%, 63%) |
| CMYK | cmyk(8%, 44%, 0%, 20%) |
| LAB | lab(59.4 43.7 -34.9) |
| LCH | lch(59.4 55.9 321.4) |
| OKLCH | oklch(0.668 0.150 320.3) |
Copy-ready code
/* CSS */
color: #bd73cd;
background-color: #bd73cd;
/* Tailwind (arbitrary) */
class="text-[#bd73cd] bg-[#bd73cd]"
/* SCSS */
$brand: #bd73cd;
/* SwiftUI */
Color(red: 0.741, green: 0.451, blue: 0.804)
/* Android */
Color.parseColor("#bd73cd")Accessibility — WCAG contrast
Aa
#bd73cd on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd73cd on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.1%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta43.9%
Yellow0.0%
Key (black)19.6%
Color previews
#bd73cd text on a black background
contrast 6.50:1
Card sample
#bd73cd text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd73cd;
Background color
Panel with #bd73cd background
background-color: #bd73cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd73cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 115, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 115, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd73cd; background: linear-gradient(135deg, #bd73cd, #CD73A1);