#bd73eb
a light, electric violet · warm · closest name: orchid
RGB
189, 115, 235
HSL
277°, 75%, 69%
CMYK
20, 51, 0, 8
Luminance
0.2908
Every format
| HEX | #bd73eb |
| RGB | rgb(189, 115, 235) |
| HSL | hsl(277, 75%, 69%) |
| CMYK | cmyk(20%, 51%, 0%, 8%) |
| LAB | lab(60.9 49.9 -49.4) |
| LCH | lch(60.9 70.3 315.3) |
| OKLCH | oklch(0.683 0.183 310.9) |
Copy-ready code
/* CSS */
color: #bd73eb;
background-color: #bd73eb;
/* Tailwind (arbitrary) */
class="text-[#bd73eb] bg-[#bd73eb]"
/* SCSS */
$brand: #bd73eb;
/* SwiftUI */
Color(red: 0.741, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#bd73eb")Accessibility — WCAG contrast
Aa
#bd73eb on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd73eb on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.1%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bd73eb text on a black background
contrast 6.82:1
Card sample
#bd73eb text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd73eb;
Background color
Panel with #bd73eb background
background-color: #bd73eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd73eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd73eb; background: linear-gradient(135deg, #bd73eb, #EB73C9);