#bc9ad7
a light, soft violet · warm · closest name: plum
RGB
188, 154, 215
HSL
273°, 43%, 72%
CMYK
13, 28, 0, 16
Luminance
0.3871
Every format
| HEX | #bc9ad7 |
| RGB | rgb(188, 154, 215) |
| HSL | hsl(273, 43%, 72%) |
| CMYK | cmyk(13%, 28%, 0%, 16%) |
| LAB | lab(68.5 24.0 -26.4) |
| LCH | lch(68.5 35.7 312.3) |
| OKLCH | oklch(0.738 0.093 309.6) |
Copy-ready code
/* CSS */
color: #bc9ad7;
background-color: #bc9ad7;
/* Tailwind (arbitrary) */
class="text-[#bc9ad7] bg-[#bc9ad7]"
/* SCSS */
$brand: #bc9ad7;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.843)
/* Android */
Color.parseColor("#bc9ad7")Accessibility — WCAG contrast
Aa
#bc9ad7 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ad7 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue84.3%
CMYK percentages
Cyan12.6%
Magenta28.4%
Yellow0.0%
Key (black)15.7%
Color previews
#bc9ad7 text on a black background
contrast 8.74:1
Card sample
#bc9ad7 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ad7;
Background color
Panel with #bc9ad7 background
background-color: #bc9ad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ad7; background: linear-gradient(135deg, #bc9ad7, #D79AC9);