#bc9fdc
a light, vivid violet · warm · closest name: plum
RGB
188, 159, 220
HSL
269°, 47%, 74%
CMYK
15, 28, 0, 14
Luminance
0.4065
Every format
| HEX | #bc9fdc |
| RGB | rgb(188, 159, 220) |
| HSL | hsl(269, 47%, 74%) |
| CMYK | cmyk(15%, 28%, 0%, 14%) |
| LAB | lab(69.9 22.3 -27.0) |
| LCH | lch(69.9 35.0 309.6) |
| OKLCH | oklch(0.750 0.091 306.0) |
Copy-ready code
/* CSS */
color: #bc9fdc;
background-color: #bc9fdc;
/* Tailwind (arbitrary) */
class="text-[#bc9fdc] bg-[#bc9fdc]"
/* SCSS */
$brand: #bc9fdc;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.863)
/* Android */
Color.parseColor("#bc9fdc")Accessibility — WCAG contrast
Aa
#bc9fdc on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fdc on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue86.3%
CMYK percentages
Cyan14.5%
Magenta27.7%
Yellow0.0%
Key (black)13.7%
Color previews
#bc9fdc text on a black background
contrast 9.13:1
Card sample
#bc9fdc text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fdc;
Background color
Panel with #bc9fdc background
background-color: #bc9fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fdc; background: linear-gradient(135deg, #bc9fdc, #DC9FD3);