#bc3bcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 59, 207
HSL
292°, 61%, 52%
CMYK
9, 72, 0, 19
Luminance
0.1832
Every format
| HEX | #bc3bcf |
| RGB | rgb(188, 59, 207) |
| HSL | hsl(292, 61%, 52%) |
| CMYK | cmyk(9%, 72%, 0%, 19%) |
| LAB | lab(49.9 69.4 -51.1) |
| LCH | lch(49.9 86.2 323.7) |
| OKLCH | oklch(0.598 0.233 322.2) |
Copy-ready code
/* CSS */
color: #bc3bcf;
background-color: #bc3bcf;
/* Tailwind (arbitrary) */
class="text-[#bc3bcf] bg-[#bc3bcf]"
/* SCSS */
$brand: #bc3bcf;
/* SwiftUI */
Color(red: 0.737, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#bc3bcf")Accessibility — WCAG contrast
Aa
#bc3bcf on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc3bcf on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.1%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta71.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bc3bcf text on a black background
contrast 4.66:1
Card sample
#bc3bcf text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3bcf;
Background color
Panel with #bc3bcf background
background-color: #bc3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3bcf; background: linear-gradient(135deg, #bc3bcf, #CF3B7F);