#bc3fc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 63, 194
HSL
297°, 52%, 50%
CMYK
3, 68, 0, 24
Luminance
0.1814
Every format
| HEX | #bc3fc2 |
| RGB | rgb(188, 63, 194) |
| HSL | hsl(297, 52%, 50%) |
| CMYK | cmyk(3%, 68%, 0%, 24%) |
| LAB | lab(49.7 65.7 -43.9) |
| LCH | lch(49.7 79.0 326.2) |
| OKLCH | oklch(0.594 0.218 326.0) |
Copy-ready code
/* CSS */
color: #bc3fc2;
background-color: #bc3fc2;
/* Tailwind (arbitrary) */
class="text-[#bc3fc2] bg-[#bc3fc2]"
/* SCSS */
$brand: #bc3fc2;
/* SwiftUI */
Color(red: 0.737, green: 0.247, blue: 0.761)
/* Android */
Color.parseColor("#bc3fc2")Accessibility — WCAG contrast
Aa
#bc3fc2 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc3fc2 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green24.7%
Blue76.1%
CMYK percentages
Cyan3.1%
Magenta67.5%
Yellow0.0%
Key (black)23.9%
Color previews
#bc3fc2 text on a black background
contrast 4.63:1
Card sample
#bc3fc2 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3fc2;
Background color
Panel with #bc3fc2 background
background-color: #bc3fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 63, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 63, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3fc2; background: linear-gradient(135deg, #bc3fc2, #C23F71);