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