#bd73ee
a light, electric violet · warm · closest name: orchid
RGB
189, 115, 238
HSL
276°, 78%, 69%
CMYK
21, 52, 0, 7
Luminance
0.2925
Every format
| HEX | #bd73ee |
| RGB | rgb(189, 115, 238) |
| HSL | hsl(276, 78%, 69%) |
| CMYK | cmyk(21%, 52%, 0%, 7%) |
| LAB | lab(61.0 50.6 -50.9) |
| LCH | lch(61.0 71.7 314.8) |
| OKLCH | oklch(0.685 0.186 310.1) |
Copy-ready code
/* CSS */
color: #bd73ee;
background-color: #bd73ee;
/* Tailwind (arbitrary) */
class="text-[#bd73ee] bg-[#bd73ee]"
/* SCSS */
$brand: #bd73ee;
/* SwiftUI */
Color(red: 0.741, green: 0.451, blue: 0.933)
/* Android */
Color.parseColor("#bd73ee")Accessibility — WCAG contrast
Aa
#bd73ee on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd73ee on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.1%
Blue93.3%
CMYK percentages
Cyan20.6%
Magenta51.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bd73ee text on a black background
contrast 6.85:1
Card sample
#bd73ee text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd73ee;
Background color
Panel with #bd73ee background
background-color: #bd73ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd73ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 115, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 115, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd73ee; background: linear-gradient(135deg, #bd73ee, #EE73CD);