#bc8ddf
a light, vivid violet · warm · closest name: plum
RGB
188, 141, 223
HSL
274°, 56%, 71%
CMYK
16, 37, 0, 13
Luminance
0.3507
Every format
| HEX | #bc8ddf |
| RGB | rgb(188, 141, 223) |
| HSL | hsl(274, 56%, 71%) |
| CMYK | cmyk(16%, 37%, 0%, 13%) |
| LAB | lab(65.8 33.0 -35.0) |
| LCH | lch(65.8 48.1 313.3) |
| OKLCH | oklch(0.718 0.126 309.8) |
Copy-ready code
/* CSS */
color: #bc8ddf;
background-color: #bc8ddf;
/* Tailwind (arbitrary) */
class="text-[#bc8ddf] bg-[#bc8ddf]"
/* SCSS */
$brand: #bc8ddf;
/* SwiftUI */
Color(red: 0.737, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#bc8ddf")Accessibility — WCAG contrast
Aa
#bc8ddf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8ddf on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green55.3%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bc8ddf text on a black background
contrast 8.01:1
Card sample
#bc8ddf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8ddf;
Background color
Panel with #bc8ddf background
background-color: #bc8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8ddf; background: linear-gradient(135deg, #bc8ddf, #DF8DCB);