#bc5eb9
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
188, 94, 185
HSL
302°, 41%, 55%
CMYK
0, 50, 2, 26
Luminance
0.2220
Every format
| HEX | #bc5eb9 |
| RGB | rgb(188, 94, 185) |
| HSL | hsl(302, 41%, 55%) |
| CMYK | cmyk(0%, 50%, 2%, 26%) |
| LAB | lab(54.2 50.4 -31.5) |
| LCH | lch(54.2 59.5 328.0) |
| OKLCH | oklch(0.626 0.166 328.5) |
Copy-ready code
/* CSS */
color: #bc5eb9;
background-color: #bc5eb9;
/* Tailwind (arbitrary) */
class="text-[#bc5eb9] bg-[#bc5eb9]"
/* SCSS */
$brand: #bc5eb9;
/* SwiftUI */
Color(red: 0.737, green: 0.369, blue: 0.725)
/* Android */
Color.parseColor("#bc5eb9")Accessibility — WCAG contrast
Aa
#bc5eb9 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5eb9 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green36.9%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow1.6%
Key (black)26.3%
Color previews
#bc5eb9 text on a black background
contrast 5.44:1
Card sample
#bc5eb9 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5eb9;
Background color
Panel with #bc5eb9 background
background-color: #bc5eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 94, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 94, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5eb9; background: linear-gradient(135deg, #bc5eb9, #BC5E7A);