#bc8fd4
a light, soft violet · warm · closest name: plum
RGB
188, 143, 212
HSL
279°, 45%, 70%
CMYK
11, 33, 0, 17
Luminance
0.3509
Every format
| HEX | #bc8fd4 |
| RGB | rgb(188, 143, 212) |
| HSL | hsl(279, 45%, 70%) |
| CMYK | cmyk(11%, 33%, 0%, 17%) |
| LAB | lab(65.8 29.5 -28.9) |
| LCH | lch(65.8 41.3 315.6) |
| OKLCH | oklch(0.717 0.109 313.5) |
Copy-ready code
/* CSS */
color: #bc8fd4;
background-color: #bc8fd4;
/* Tailwind (arbitrary) */
class="text-[#bc8fd4] bg-[#bc8fd4]"
/* SCSS */
$brand: #bc8fd4;
/* SwiftUI */
Color(red: 0.737, green: 0.561, blue: 0.831)
/* Android */
Color.parseColor("#bc8fd4")Accessibility — WCAG contrast
Aa
#bc8fd4 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8fd4 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.1%
Blue83.1%
CMYK percentages
Cyan11.3%
Magenta32.5%
Yellow0.0%
Key (black)16.9%
Color previews
#bc8fd4 text on a black background
contrast 8.02:1
Card sample
#bc8fd4 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8fd4;
Background color
Panel with #bc8fd4 background
background-color: #bc8fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 143, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 143, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8fd4; background: linear-gradient(135deg, #bc8fd4, #D48FBE);