#bc9bce
a light, soft violet · warm · closest name: plum
RGB
188, 155, 206
HSL
279°, 34%, 71%
CMYK
9, 25, 0, 19
Luminance
0.3859
Every format
| HEX | #bc9bce |
| RGB | rgb(188, 155, 206) |
| HSL | hsl(279, 34%, 71%) |
| CMYK | cmyk(9%, 25%, 0%, 19%) |
| LAB | lab(68.5 21.6 -21.5) |
| LCH | lch(68.5 30.5 315.1) |
| OKLCH | oklch(0.736 0.081 313.5) |
Copy-ready code
/* CSS */
color: #bc9bce;
background-color: #bc9bce;
/* Tailwind (arbitrary) */
class="text-[#bc9bce] bg-[#bc9bce]"
/* SCSS */
$brand: #bc9bce;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.808)
/* Android */
Color.parseColor("#bc9bce")Accessibility — WCAG contrast
Aa
#bc9bce on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9bce on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue80.8%
CMYK percentages
Cyan8.7%
Magenta24.8%
Yellow0.0%
Key (black)19.2%
Color previews
#bc9bce text on a black background
contrast 8.72:1
Card sample
#bc9bce text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9bce;
Background color
Panel with #bc9bce background
background-color: #bc9bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bce; background: linear-gradient(135deg, #bc9bce, #CE9BBE);