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