#bc9ad9
a light, vivid violet · warm · closest name: plum
RGB
188, 154, 217
HSL
272°, 45%, 73%
CMYK
13, 29, 0, 15
Luminance
0.3881
Every format
| HEX | #bc9ad9 |
| RGB | rgb(188, 154, 217) |
| HSL | hsl(272, 45%, 73%) |
| CMYK | cmyk(13%, 29%, 0%, 15%) |
| LAB | lab(68.6 24.4 -27.4) |
| LCH | lch(68.6 36.7 311.8) |
| OKLCH | oklch(0.739 0.096 308.8) |
Copy-ready code
/* CSS */
color: #bc9ad9;
background-color: #bc9ad9;
/* Tailwind (arbitrary) */
class="text-[#bc9ad9] bg-[#bc9ad9]"
/* SCSS */
$brand: #bc9ad9;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.851)
/* Android */
Color.parseColor("#bc9ad9")Accessibility — WCAG contrast
Aa
#bc9ad9 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ad9 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue85.1%
CMYK percentages
Cyan13.4%
Magenta29.0%
Yellow0.0%
Key (black)14.9%
Color previews
#bc9ad9 text on a black background
contrast 8.76:1
Card sample
#bc9ad9 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ad9;
Background color
Panel with #bc9ad9 background
background-color: #bc9ad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ad9; background: linear-gradient(135deg, #bc9ad9, #D99ACC);