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