#bc46af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 70, 175
HSL
307°, 47%, 51%
CMYK
0, 63, 7, 26
Luminance
0.1817
Every format
| HEX | #bc46af |
| RGB | rgb(188, 70, 175) |
| HSL | hsl(307, 47%, 51%) |
| CMYK | cmyk(0%, 63%, 7%, 26%) |
| LAB | lab(49.7 59.7 -32.8) |
| LCH | lch(49.7 68.2 331.2) |
| OKLCH | oklch(0.592 0.194 332.3) |
Copy-ready code
/* CSS */
color: #bc46af;
background-color: #bc46af;
/* Tailwind (arbitrary) */
class="text-[#bc46af] bg-[#bc46af]"
/* SCSS */
$brand: #bc46af;
/* SwiftUI */
Color(red: 0.737, green: 0.275, blue: 0.686)
/* Android */
Color.parseColor("#bc46af")Accessibility — WCAG contrast
Aa
#bc46af on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc46af on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green27.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow6.9%
Key (black)26.3%
Color previews
#bc46af text on a black background
contrast 4.63:1
Card sample
#bc46af text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc46af;
Background color
Panel with #bc46af background
background-color: #bc46af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc46af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 70, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 70, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc46af; background: linear-gradient(135deg, #bc46af, #BC4660);