#bd73df
a light, vivid violet · warm · closest name: orchid
RGB
189, 115, 223
HSL
281°, 63%, 66%
CMYK
15, 48, 0, 13
Luminance
0.2841
Every format
| HEX | #bd73df |
| RGB | rgb(189, 115, 223) |
| HSL | hsl(281, 63%, 66%) |
| CMYK | cmyk(15%, 48%, 0%, 13%) |
| LAB | lab(60.3 47.4 -43.7) |
| LCH | lch(60.3 64.4 317.3) |
| OKLCH | oklch(0.677 0.170 314.3) |
Copy-ready code
/* CSS */
color: #bd73df;
background-color: #bd73df;
/* Tailwind (arbitrary) */
class="text-[#bd73df] bg-[#bd73df]"
/* SCSS */
$brand: #bd73df;
/* SwiftUI */
Color(red: 0.741, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#bd73df")Accessibility — WCAG contrast
Aa
#bd73df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd73df on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.1%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bd73df text on a black background
contrast 6.68:1
Card sample
#bd73df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd73df;
Background color
Panel with #bd73df background
background-color: #bd73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd73df; background: linear-gradient(135deg, #bd73df, #DF73B9);