#bc919f
a light, soft magenta / pink · warm · closest name: pink
RGB
188, 145, 159
HSL
341°, 24%, 65%
CMYK
0, 23, 15, 26
Luminance
0.3345
Every format
| HEX | #bc919f |
| RGB | rgb(188, 145, 159) |
| HSL | hsl(341, 24%, 65%) |
| CMYK | cmyk(0%, 23%, 15%, 26%) |
| LAB | lab(64.5 18.4 -1.1) |
| LCH | lch(64.5 18.4 356.5) |
| OKLCH | oklch(0.701 0.055 357.2) |
Copy-ready code
/* CSS */
color: #bc919f;
background-color: #bc919f;
/* Tailwind (arbitrary) */
class="text-[#bc919f] bg-[#bc919f]"
/* SCSS */
$brand: #bc919f;
/* SwiftUI */
Color(red: 0.737, green: 0.569, blue: 0.624)
/* Android */
Color.parseColor("#bc919f")Accessibility — WCAG contrast
Aa
#bc919f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc919f on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow15.4%
Key (black)26.3%
Color previews
#bc919f text on a black background
contrast 7.69:1
Card sample
#bc919f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc919f;
Background color
Panel with #bc919f background
background-color: #bc919f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc919f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 145, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 145, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc919f; background: linear-gradient(135deg, #bc919f, #BCA091);