#bc95df
a light, vivid violet · warm · closest name: plum
RGB
188, 149, 223
HSL
272°, 54%, 73%
CMYK
16, 33, 0, 13
Luminance
0.3751
Every format
| HEX | #bc95df |
| RGB | rgb(188, 149, 223) |
| HSL | hsl(272, 54%, 73%) |
| CMYK | cmyk(16%, 33%, 0%, 13%) |
| LAB | lab(67.7 28.5 -32.1) |
| LCH | lch(67.7 43.0 311.6) |
| OKLCH | oklch(0.733 0.112 308.0) |
Copy-ready code
/* CSS */
color: #bc95df;
background-color: #bc95df;
/* Tailwind (arbitrary) */
class="text-[#bc95df] bg-[#bc95df]"
/* SCSS */
$brand: #bc95df;
/* SwiftUI */
Color(red: 0.737, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#bc95df")Accessibility — WCAG contrast
Aa
#bc95df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc95df on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green58.4%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bc95df text on a black background
contrast 8.50:1
Card sample
#bc95df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc95df;
Background color
Panel with #bc95df background
background-color: #bc95df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc95df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc95df; background: linear-gradient(135deg, #bc95df, #DF95D1);