#bf40df
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 64, 223
HSL
288°, 71%, 56%
CMYK
14, 71, 0, 13
Luminance
0.2007
Every format
| HEX | #bf40df |
| RGB | rgb(191, 64, 223) |
| HSL | hsl(288, 71%, 56%) |
| CMYK | cmyk(14%, 71%, 0%, 13%) |
| LAB | lab(51.9 71.1 -56.9) |
| LCH | lch(51.9 91.1 321.3) |
| OKLCH | oklch(0.617 0.242 318.7) |
Copy-ready code
/* CSS */
color: #bf40df;
background-color: #bf40df;
/* Tailwind (arbitrary) */
class="text-[#bf40df] bg-[#bf40df]"
/* SCSS */
$brand: #bf40df;
/* SwiftUI */
Color(red: 0.749, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#bf40df")Accessibility — WCAG contrast
Aa
#bf40df on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf40df on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green25.1%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bf40df text on a black background
contrast 5.01:1
Card sample
#bf40df text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf40df;
Background color
Panel with #bf40df background
background-color: #bf40df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf40df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf40df; background: linear-gradient(135deg, #bf40df, #DF4095);