#bc9fcc
a light, soft violet · warm · closest name: plum
RGB
188, 159, 204
HSL
279°, 31%, 71%
CMYK
8, 22, 0, 20
Luminance
0.3985
Every format
| HEX | #bc9fcc |
| RGB | rgb(188, 159, 204) |
| HSL | hsl(279, 31%, 71%) |
| CMYK | cmyk(8%, 22%, 0%, 20%) |
| LAB | lab(69.4 19.0 -19.0) |
| LCH | lch(69.4 26.9 314.9) |
| OKLCH | oklch(0.743 0.071 313.5) |
Copy-ready code
/* CSS */
color: #bc9fcc;
background-color: #bc9fcc;
/* Tailwind (arbitrary) */
class="text-[#bc9fcc] bg-[#bc9fcc]"
/* SCSS */
$brand: #bc9fcc;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.800)
/* Android */
Color.parseColor("#bc9fcc")Accessibility — WCAG contrast
Aa
#bc9fcc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fcc on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue80.0%
CMYK percentages
Cyan7.8%
Magenta22.1%
Yellow0.0%
Key (black)20.0%
Color previews
#bc9fcc text on a black background
contrast 8.97:1
Card sample
#bc9fcc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fcc;
Background color
Panel with #bc9fcc background
background-color: #bc9fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fcc; background: linear-gradient(135deg, #bc9fcc, #CC9FBE);