#bc53cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 83, 207
HSL
291°, 56%, 57%
CMYK
9, 60, 0, 19
Luminance
0.2138
Every format
| HEX | #bc53cf |
| RGB | rgb(188, 83, 207) |
| HSL | hsl(291, 56%, 57%) |
| CMYK | cmyk(9%, 60%, 0%, 19%) |
| LAB | lab(53.4 59.7 -45.5) |
| LCH | lch(53.4 75.1 322.7) |
| OKLCH | oklch(0.623 0.203 321.3) |
Copy-ready code
/* CSS */
color: #bc53cf;
background-color: #bc53cf;
/* Tailwind (arbitrary) */
class="text-[#bc53cf] bg-[#bc53cf]"
/* SCSS */
$brand: #bc53cf;
/* SwiftUI */
Color(red: 0.737, green: 0.325, blue: 0.812)
/* Android */
Color.parseColor("#bc53cf")Accessibility — WCAG contrast
Aa
#bc53cf on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc53cf on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green32.5%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta59.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bc53cf text on a black background
contrast 5.28:1
Card sample
#bc53cf text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc53cf;
Background color
Panel with #bc53cf background
background-color: #bc53cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc53cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 83, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 83, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc53cf; background: linear-gradient(135deg, #bc53cf, #CF538F);