#bc97df
a light, vivid violet · warm · closest name: plum
RGB
188, 151, 223
HSL
271°, 53%, 73%
CMYK
16, 32, 0, 13
Luminance
0.3815
Every format
| HEX | #bc97df |
| RGB | rgb(188, 151, 223) |
| HSL | hsl(271, 53%, 73%) |
| CMYK | cmyk(16%, 32%, 0%, 13%) |
| LAB | lab(68.1 27.4 -31.4) |
| LCH | lch(68.1 41.7 311.1) |
| OKLCH | oklch(0.736 0.109 307.4) |
Copy-ready code
/* CSS */
color: #bc97df;
background-color: #bc97df;
/* Tailwind (arbitrary) */
class="text-[#bc97df] bg-[#bc97df]"
/* SCSS */
$brand: #bc97df;
/* SwiftUI */
Color(red: 0.737, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#bc97df")Accessibility — WCAG contrast
Aa
#bc97df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc97df on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green59.2%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bc97df text on a black background
contrast 8.63:1
Card sample
#bc97df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc97df;
Background color
Panel with #bc97df background
background-color: #bc97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc97df; background: linear-gradient(135deg, #bc97df, #DF97D2);