#bc96cf
a light, soft violet · warm · closest name: plum
RGB
188, 150, 207
HSL
280°, 37%, 70%
CMYK
9, 28, 0, 19
Luminance
0.3701
Every format
| HEX | #bc96cf |
| RGB | rgb(188, 150, 207) |
| HSL | hsl(280, 37%, 70%) |
| CMYK | cmyk(9%, 28%, 0%, 19%) |
| LAB | lab(67.3 24.6 -23.9) |
| LCH | lch(67.3 34.3 315.8) |
| OKLCH | oklch(0.728 0.091 314.2) |
Copy-ready code
/* CSS */
color: #bc96cf;
background-color: #bc96cf;
/* Tailwind (arbitrary) */
class="text-[#bc96cf] bg-[#bc96cf]"
/* SCSS */
$brand: #bc96cf;
/* SwiftUI */
Color(red: 0.737, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#bc96cf")Accessibility — WCAG contrast
Aa
#bc96cf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc96cf on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green58.8%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bc96cf text on a black background
contrast 8.40:1
Card sample
#bc96cf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc96cf;
Background color
Panel with #bc96cf background
background-color: #bc96cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc96cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc96cf; background: linear-gradient(135deg, #bc96cf, #CF96BC);