#bc8df1
a light, electric violet · warm · closest name: violet
RGB
188, 141, 241
HSL
268°, 78%, 75%
CMYK
22, 42, 0, 6
Luminance
0.3609
Every format
| HEX | #bc8df1 |
| RGB | rgb(188, 141, 241) |
| HSL | hsl(268, 78%, 75%) |
| CMYK | cmyk(22%, 42%, 0%, 6%) |
| LAB | lab(66.6 37.0 -43.7) |
| LCH | lch(66.6 57.2 310.2) |
| OKLCH | oklch(0.727 0.148 304.6) |
Copy-ready code
/* CSS */
color: #bc8df1;
background-color: #bc8df1;
/* Tailwind (arbitrary) */
class="text-[#bc8df1] bg-[#bc8df1]"
/* SCSS */
$brand: #bc8df1;
/* SwiftUI */
Color(red: 0.737, green: 0.553, blue: 0.945)
/* Android */
Color.parseColor("#bc8df1")Accessibility — WCAG contrast
Aa
#bc8df1 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8df1 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green55.3%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta41.5%
Yellow0.0%
Key (black)5.5%
Color previews
#bc8df1 text on a black background
contrast 8.22:1
Card sample
#bc8df1 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8df1;
Background color
Panel with #bc8df1 background
background-color: #bc8df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 141, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 141, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8df1; background: linear-gradient(135deg, #bc8df1, #F18DE3);