#bc9aba
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 154, 186
HSL
304°, 20%, 67%
CMYK
0, 18, 1, 26
Luminance
0.3735
Every format
| HEX | #bc9aba |
| RGB | rgb(188, 154, 186) |
| HSL | hsl(304, 20%, 67%) |
| CMYK | cmyk(0%, 18%, 1%, 26%) |
| LAB | lab(67.5 18.2 -11.8) |
| LCH | lch(67.5 21.7 327.1) |
| OKLCH | oklch(0.727 0.059 328.1) |
Copy-ready code
/* CSS */
color: #bc9aba;
background-color: #bc9aba;
/* Tailwind (arbitrary) */
class="text-[#bc9aba] bg-[#bc9aba]"
/* SCSS */
$brand: #bc9aba;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.729)
/* Android */
Color.parseColor("#bc9aba")Accessibility — WCAG contrast
Aa
#bc9aba on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9aba on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow1.1%
Key (black)26.3%
Color previews
#bc9aba text on a black background
contrast 8.47:1
Card sample
#bc9aba text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9aba;
Background color
Panel with #bc9aba background
background-color: #bc9aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9aba; background: linear-gradient(135deg, #bc9aba, #BC9AA3);