#bc9ab5
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 154, 181
HSL
312°, 20%, 67%
CMYK
0, 18, 4, 26
Luminance
0.3714
Every format
| HEX | #bc9ab5 |
| RGB | rgb(188, 154, 181) |
| HSL | hsl(312, 20%, 67%) |
| CMYK | cmyk(0%, 18%, 4%, 26%) |
| LAB | lab(67.4 17.3 -9.2) |
| LCH | lch(67.4 19.6 331.9) |
| OKLCH | oklch(0.725 0.055 333.3) |
Copy-ready code
/* CSS */
color: #bc9ab5;
background-color: #bc9ab5;
/* Tailwind (arbitrary) */
class="text-[#bc9ab5] bg-[#bc9ab5]"
/* SCSS */
$brand: #bc9ab5;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.710)
/* Android */
Color.parseColor("#bc9ab5")Accessibility — WCAG contrast
Aa
#bc9ab5 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ab5 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow3.7%
Key (black)26.3%
Color previews
#bc9ab5 text on a black background
contrast 8.43:1
Card sample
#bc9ab5 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ab5;
Background color
Panel with #bc9ab5 background
background-color: #bc9ab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ab5; background: linear-gradient(135deg, #bc9ab5, #BC9A9E);