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