#bd73fc
a light, electric violet · warm · closest name: violet
RGB
189, 115, 252
HSL
272°, 96%, 72%
CMYK
25, 54, 0, 1
Luminance
0.3011
Every format
| HEX | #bd73fc |
| RGB | rgb(189, 115, 252) |
| HSL | hsl(272, 96%, 72%) |
| CMYK | cmyk(25%, 54%, 0%, 1%) |
| LAB | lab(61.8 53.7 -57.4) |
| LCH | lch(61.8 78.6 313.1) |
| OKLCH | oklch(0.693 0.202 306.8) |
Copy-ready code
/* CSS */
color: #bd73fc;
background-color: #bd73fc;
/* Tailwind (arbitrary) */
class="text-[#bd73fc] bg-[#bd73fc]"
/* SCSS */
$brand: #bd73fc;
/* SwiftUI */
Color(red: 0.741, green: 0.451, blue: 0.988)
/* Android */
Color.parseColor("#bd73fc")Accessibility — WCAG contrast
Aa
#bd73fc on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd73fc on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.1%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta54.4%
Yellow0.0%
Key (black)1.2%
Color previews
#bd73fc text on a black background
contrast 7.02:1
Card sample
#bd73fc text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd73fc;
Background color
Panel with #bd73fc background
background-color: #bd73fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd73fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 115, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 115, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd73fc; background: linear-gradient(135deg, #bd73fc, #FC73E0);