#bc49cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 73, 207
HSL
292°, 58%, 55%
CMYK
9, 65, 0, 19
Luminance
0.1996
Every format
| HEX | #bc49cf |
| RGB | rgb(188, 73, 207) |
| HSL | hsl(292, 58%, 55%) |
| CMYK | cmyk(9%, 65%, 0%, 19%) |
| LAB | lab(51.8 64.0 -48.0) |
| LCH | lch(51.8 80.1 323.1) |
| OKLCH | oklch(0.612 0.216 321.7) |
Copy-ready code
/* CSS */
color: #bc49cf;
background-color: #bc49cf;
/* Tailwind (arbitrary) */
class="text-[#bc49cf] bg-[#bc49cf]"
/* SCSS */
$brand: #bc49cf;
/* SwiftUI */
Color(red: 0.737, green: 0.286, blue: 0.812)
/* Android */
Color.parseColor("#bc49cf")Accessibility — WCAG contrast
Aa
#bc49cf on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc49cf on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green28.6%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta64.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bc49cf text on a black background
contrast 4.99:1
Card sample
#bc49cf text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc49cf;
Background color
Panel with #bc49cf background
background-color: #bc49cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc49cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 73, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 73, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc49cf; background: linear-gradient(135deg, #bc49cf, #CF4989);