#bf49df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 73, 223
HSL
287°, 70%, 58%
CMYK
14, 67, 0, 13
Luminance
0.2117
Every format
| HEX | #bf49df |
| RGB | rgb(191, 73, 223) |
| HSL | hsl(287, 70%, 58%) |
| CMYK | cmyk(14%, 67%, 0%, 13%) |
| LAB | lab(53.1 67.7 -55.0) |
| LCH | lch(53.1 87.2 320.9) |
| OKLCH | oklch(0.625 0.232 318.3) |
Copy-ready code
/* CSS */
color: #bf49df;
background-color: #bf49df;
/* Tailwind (arbitrary) */
class="text-[#bf49df] bg-[#bf49df]"
/* SCSS */
$brand: #bf49df;
/* SwiftUI */
Color(red: 0.749, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#bf49df")Accessibility — WCAG contrast
Aa
#bf49df on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf49df on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green28.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bf49df text on a black background
contrast 5.23:1
Card sample
#bf49df text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf49df;
Background color
Panel with #bf49df background
background-color: #bf49df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf49df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf49df; background: linear-gradient(135deg, #bf49df, #DF499B);