#bc9fdf
a light, vivid violet · warm · closest name: plum
RGB
188, 159, 223
HSL
267°, 50%, 75%
CMYK
16, 29, 0, 13
Luminance
0.4082
Every format
| HEX | #bc9fdf |
| RGB | rgb(188, 159, 223) |
| HSL | hsl(267, 50%, 75%) |
| CMYK | cmyk(16%, 29%, 0%, 13%) |
| LAB | lab(70.0 23.0 -28.4) |
| LCH | lch(70.0 36.6 308.9) |
| OKLCH | oklch(0.751 0.095 304.9) |
Copy-ready code
/* CSS */
color: #bc9fdf;
background-color: #bc9fdf;
/* Tailwind (arbitrary) */
class="text-[#bc9fdf] bg-[#bc9fdf]"
/* SCSS */
$brand: #bc9fdf;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#bc9fdf")Accessibility — WCAG contrast
Aa
#bc9fdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fdf on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bc9fdf text on a black background
contrast 9.16:1
Card sample
#bc9fdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fdf;
Background color
Panel with #bc9fdf background
background-color: #bc9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fdf; background: linear-gradient(135deg, #bc9fdf, #DF9FD7);