#bc9fc9
a light, soft violet · warm · closest name: plum
RGB
188, 159, 201
HSL
281°, 28%, 71%
CMYK
7, 21, 0, 21
Luminance
0.3970
Every format
| HEX | #bc9fc9 |
| RGB | rgb(188, 159, 201) |
| HSL | hsl(281, 28%, 71%) |
| CMYK | cmyk(7%, 21%, 0%, 21%) |
| LAB | lab(69.3 18.4 -17.5) |
| LCH | lch(69.3 25.4 316.3) |
| OKLCH | oklch(0.742 0.067 315.3) |
Copy-ready code
/* CSS */
color: #bc9fc9;
background-color: #bc9fc9;
/* Tailwind (arbitrary) */
class="text-[#bc9fc9] bg-[#bc9fc9]"
/* SCSS */
$brand: #bc9fc9;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.788)
/* Android */
Color.parseColor("#bc9fc9")Accessibility — WCAG contrast
Aa
#bc9fc9 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fc9 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue78.8%
CMYK percentages
Cyan6.5%
Magenta20.9%
Yellow0.0%
Key (black)21.2%
Color previews
#bc9fc9 text on a black background
contrast 8.94:1
Card sample
#bc9fc9 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fc9;
Background color
Panel with #bc9fc9 background
background-color: #bc9fc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fc9; background: linear-gradient(135deg, #bc9fc9, #C99FBA);