#bc9ad5
a light, soft violet · warm · closest name: plum
RGB
188, 154, 213
HSL
275°, 41%, 72%
CMYK
12, 28, 0, 17
Luminance
0.3861
Every format
| HEX | #bc9ad5 |
| RGB | rgb(188, 154, 213) |
| HSL | hsl(275, 41%, 72%) |
| CMYK | cmyk(12%, 28%, 0%, 17%) |
| LAB | lab(68.5 23.6 -25.4) |
| LCH | lch(68.5 34.6 312.9) |
| OKLCH | oklch(0.737 0.091 310.4) |
Copy-ready code
/* CSS */
color: #bc9ad5;
background-color: #bc9ad5;
/* Tailwind (arbitrary) */
class="text-[#bc9ad5] bg-[#bc9ad5]"
/* SCSS */
$brand: #bc9ad5;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.835)
/* Android */
Color.parseColor("#bc9ad5")Accessibility — WCAG contrast
Aa
#bc9ad5 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ad5 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue83.5%
CMYK percentages
Cyan11.7%
Magenta27.7%
Yellow0.0%
Key (black)16.5%
Color previews
#bc9ad5 text on a black background
contrast 8.72:1
Card sample
#bc9ad5 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ad5;
Background color
Panel with #bc9ad5 background
background-color: #bc9ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ad5; background: linear-gradient(135deg, #bc9ad5, #D59AC7);