#bc3ccc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 60, 204
HSL
293°, 59%, 52%
CMYK
8, 71, 0, 20
Luminance
0.1828
Every format
| HEX | #bc3ccc |
| RGB | rgb(188, 60, 204) |
| HSL | hsl(293, 59%, 52%) |
| CMYK | cmyk(8%, 71%, 0%, 20%) |
| LAB | lab(49.8 68.5 -49.4) |
| LCH | lch(49.8 84.5 324.2) |
| OKLCH | oklch(0.598 0.229 323.1) |
Copy-ready code
/* CSS */
color: #bc3ccc;
background-color: #bc3ccc;
/* Tailwind (arbitrary) */
class="text-[#bc3ccc] bg-[#bc3ccc]"
/* SCSS */
$brand: #bc3ccc;
/* SwiftUI */
Color(red: 0.737, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#bc3ccc")Accessibility — WCAG contrast
Aa
#bc3ccc on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc3ccc on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.5%
Blue80.0%
CMYK percentages
Cyan7.8%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#bc3ccc text on a black background
contrast 4.66:1
Card sample
#bc3ccc text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3ccc;
Background color
Panel with #bc3ccc background
background-color: #bc3ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3ccc; background: linear-gradient(135deg, #bc3ccc, #CC3C7C);