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