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