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