#bc37cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 55, 207
HSL
293°, 61%, 51%
CMYK
9, 73, 0, 19
Luminance
0.1793
Every format
| HEX | #bc37cf |
| RGB | rgb(188, 55, 207) |
| HSL | hsl(293, 61%, 51%) |
| CMYK | cmyk(9%, 73%, 0%, 19%) |
| LAB | lab(49.4 70.8 -51.9) |
| LCH | lch(49.4 87.7 323.8) |
| OKLCH | oklch(0.595 0.237 322.4) |
Copy-ready code
/* CSS */
color: #bc37cf;
background-color: #bc37cf;
/* Tailwind (arbitrary) */
class="text-[#bc37cf] bg-[#bc37cf]"
/* SCSS */
$brand: #bc37cf;
/* SwiftUI */
Color(red: 0.737, green: 0.216, blue: 0.812)
/* Android */
Color.parseColor("#bc37cf")Accessibility — WCAG contrast
Aa
#bc37cf on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc37cf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green21.6%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta73.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bc37cf text on a black background
contrast 4.59:1
Card sample
#bc37cf text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc37cf;
Background color
Panel with #bc37cf background
background-color: #bc37cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc37cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 55, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 55, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc37cf; background: linear-gradient(135deg, #bc37cf, #CF377D);