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