#bc9bd0
a light, soft violet · warm · closest name: plum
RGB
188, 155, 208
HSL
277°, 36%, 71%
CMYK
10, 26, 0, 18
Luminance
0.3869
Every format
| HEX | #bc9bd0 |
| RGB | rgb(188, 155, 208) |
| HSL | hsl(277, 36%, 71%) |
| CMYK | cmyk(10%, 26%, 0%, 18%) |
| LAB | lab(68.5 22.0 -22.5) |
| LCH | lch(68.5 31.5 314.3) |
| OKLCH | oklch(0.737 0.083 312.5) |
Copy-ready code
/* CSS */
color: #bc9bd0;
background-color: #bc9bd0;
/* Tailwind (arbitrary) */
class="text-[#bc9bd0] bg-[#bc9bd0]"
/* SCSS */
$brand: #bc9bd0;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.816)
/* Android */
Color.parseColor("#bc9bd0")Accessibility — WCAG contrast
Aa
#bc9bd0 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9bd0 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue81.6%
CMYK percentages
Cyan9.6%
Magenta25.5%
Yellow0.0%
Key (black)18.4%
Color previews
#bc9bd0 text on a black background
contrast 8.74:1
Card sample
#bc9bd0 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9bd0;
Background color
Panel with #bc9bd0 background
background-color: #bc9bd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9bd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bd0; background: linear-gradient(135deg, #bc9bd0, #D09BC1);