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