#bc3baf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 59, 175
HSL
306°, 52%, 48%
CMYK
0, 69, 7, 26
Luminance
0.1691
Every format
| HEX | #bc3baf |
| RGB | rgb(188, 59, 175) |
| HSL | hsl(306, 52%, 48%) |
| CMYK | cmyk(0%, 69%, 7%, 26%) |
| LAB | lab(48.2 64.1 -35.2) |
| LCH | lch(48.2 73.1 331.2) |
| OKLCH | oklch(0.580 0.208 332.2) |
Copy-ready code
/* CSS */
color: #bc3baf;
background-color: #bc3baf;
/* Tailwind (arbitrary) */
class="text-[#bc3baf] bg-[#bc3baf]"
/* SCSS */
$brand: #bc3baf;
/* SwiftUI */
Color(red: 0.737, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#bc3baf")Accessibility — WCAG contrast
Aa
#bc3baf on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc3baf on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow6.9%
Key (black)26.3%
Color previews
#bc3baf text on a black background
contrast 4.38:1
Card sample
#bc3baf text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3baf;
Background color
Panel with #bc3baf background
background-color: #bc3baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3baf; background: linear-gradient(135deg, #bc3baf, #BC3B59);