#bc5fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
188, 95, 186
HSL
301°, 41%, 56%
CMYK
0, 50, 1, 26
Luminance
0.2242
Every format
| HEX | #bc5fba |
| RGB | rgb(188, 95, 186) |
| HSL | hsl(301, 41%, 56%) |
| CMYK | cmyk(0%, 50%, 1%, 26%) |
| LAB | lab(54.5 50.1 -31.8) |
| LCH | lch(54.5 59.3 327.6) |
| OKLCH | oklch(0.628 0.165 328.1) |
Copy-ready code
/* CSS */
color: #bc5fba;
background-color: #bc5fba;
/* Tailwind (arbitrary) */
class="text-[#bc5fba] bg-[#bc5fba]"
/* SCSS */
$brand: #bc5fba;
/* SwiftUI */
Color(red: 0.737, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#bc5fba")Accessibility — WCAG contrast
Aa
#bc5fba on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5fba on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green37.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow1.1%
Key (black)26.3%
Color previews
#bc5fba text on a black background
contrast 5.48:1
Card sample
#bc5fba text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5fba;
Background color
Panel with #bc5fba background
background-color: #bc5fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5fba; background: linear-gradient(135deg, #bc5fba, #BC5F7C);