#bc9fce
a light, soft violet · warm · closest name: plum
RGB
188, 159, 206
HSL
277°, 32%, 72%
CMYK
9, 23, 0, 19
Luminance
0.3994
Every format
| HEX | #bc9fce |
| RGB | rgb(188, 159, 206) |
| HSL | hsl(277, 32%, 72%) |
| CMYK | cmyk(9%, 23%, 0%, 19%) |
| LAB | lab(69.4 19.4 -20.0) |
| LCH | lch(69.4 27.9 314.0) |
| OKLCH | oklch(0.744 0.073 312.3) |
Copy-ready code
/* CSS */
color: #bc9fce;
background-color: #bc9fce;
/* Tailwind (arbitrary) */
class="text-[#bc9fce] bg-[#bc9fce]"
/* SCSS */
$brand: #bc9fce;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.808)
/* Android */
Color.parseColor("#bc9fce")Accessibility — WCAG contrast
Aa
#bc9fce on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fce on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue80.8%
CMYK percentages
Cyan8.7%
Magenta22.8%
Yellow0.0%
Key (black)19.2%
Color previews
#bc9fce text on a black background
contrast 8.99:1
Card sample
#bc9fce text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fce;
Background color
Panel with #bc9fce background
background-color: #bc9fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fce; background: linear-gradient(135deg, #bc9fce, #CE9FC1);