#bc49df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 73, 223
HSL
286°, 70%, 58%
CMYK
16, 67, 0, 13
Luminance
0.2078
Every format
| HEX | #bc49df |
| RGB | rgb(188, 73, 223) |
| HSL | hsl(286, 70%, 58%) |
| CMYK | cmyk(16%, 67%, 0%, 13%) |
| LAB | lab(52.7 67.0 -55.7) |
| LCH | lch(52.7 87.2 320.3) |
| OKLCH | oklch(0.622 0.230 317.3) |
Copy-ready code
/* CSS */
color: #bc49df;
background-color: #bc49df;
/* Tailwind (arbitrary) */
class="text-[#bc49df] bg-[#bc49df]"
/* SCSS */
$brand: #bc49df;
/* SwiftUI */
Color(red: 0.737, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#bc49df")Accessibility — WCAG contrast
Aa
#bc49df on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc49df on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green28.6%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bc49df text on a black background
contrast 5.16:1
Card sample
#bc49df text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc49df;
Background color
Panel with #bc49df background
background-color: #bc49df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc49df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc49df; background: linear-gradient(135deg, #bc49df, #DF499E);