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