#bc9fbd
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 159, 189
HSL
298°, 19%, 68%
CMYK
1, 16, 0, 26
Luminance
0.3916
Every format
| HEX | #bc9fbd |
| RGB | rgb(188, 159, 189) |
| HSL | hsl(298, 19%, 68%) |
| CMYK | cmyk(1%, 16%, 0%, 26%) |
| LAB | lab(68.9 16.0 -11.5) |
| LCH | lch(68.9 19.7 324.4) |
| OKLCH | oklch(0.738 0.053 325.1) |
Copy-ready code
/* CSS */
color: #bc9fbd;
background-color: #bc9fbd;
/* Tailwind (arbitrary) */
class="text-[#bc9fbd] bg-[#bc9fbd]"
/* SCSS */
$brand: #bc9fbd;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.741)
/* Android */
Color.parseColor("#bc9fbd")Accessibility — WCAG contrast
Aa
#bc9fbd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fbd on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue74.1%
CMYK percentages
Cyan0.5%
Magenta15.9%
Yellow0.0%
Key (black)25.9%
Color previews
#bc9fbd text on a black background
contrast 8.83:1
Card sample
#bc9fbd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fbd;
Background color
Panel with #bc9fbd background
background-color: #bc9fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fbd; background: linear-gradient(135deg, #bc9fbd, #BD9FAA);