#bc9fc6
a light, soft violet · warm · closest name: plum
RGB
188, 159, 198
HSL
285°, 26%, 70%
CMYK
5, 20, 0, 22
Luminance
0.3956
Every format
| HEX | #bc9fc6 |
| RGB | rgb(188, 159, 198) |
| HSL | hsl(285, 26%, 70%) |
| CMYK | cmyk(5%, 20%, 0%, 22%) |
| LAB | lab(69.2 17.8 -16.0) |
| LCH | lch(69.2 23.9 318.0) |
| OKLCH | oklch(0.741 0.064 317.4) |
Copy-ready code
/* CSS */
color: #bc9fc6;
background-color: #bc9fc6;
/* Tailwind (arbitrary) */
class="text-[#bc9fc6] bg-[#bc9fc6]"
/* SCSS */
$brand: #bc9fc6;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.776)
/* Android */
Color.parseColor("#bc9fc6")Accessibility — WCAG contrast
Aa
#bc9fc6 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fc6 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue77.6%
CMYK percentages
Cyan5.1%
Magenta19.7%
Yellow0.0%
Key (black)22.4%
Color previews
#bc9fc6 text on a black background
contrast 8.91:1
Card sample
#bc9fc6 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fc6;
Background color
Panel with #bc9fc6 background
background-color: #bc9fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fc6; background: linear-gradient(135deg, #bc9fc6, #C69FB6);