#bc8dfe
a light, electric violet · warm · closest name: violet
RGB
188, 141, 254
HSL
265°, 98%, 78%
CMYK
26, 45, 0, 0
Luminance
0.3690
Every format
| HEX | #bc8dfe |
| RGB | rgb(188, 141, 254) |
| HSL | hsl(265, 98%, 78%) |
| CMYK | cmyk(26%, 45%, 0%, 0%) |
| LAB | lab(67.2 40.0 -49.9) |
| LCH | lch(67.2 63.9 308.7) |
| OKLCH | oklch(0.734 0.164 301.7) |
Copy-ready code
/* CSS */
color: #bc8dfe;
background-color: #bc8dfe;
/* Tailwind (arbitrary) */
class="text-[#bc8dfe] bg-[#bc8dfe]"
/* SCSS */
$brand: #bc8dfe;
/* SwiftUI */
Color(red: 0.737, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#bc8dfe")Accessibility — WCAG contrast
Aa
#bc8dfe on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8dfe on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green55.3%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#bc8dfe text on a black background
contrast 8.38:1
Card sample
#bc8dfe text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8dfe;
Background color
Panel with #bc8dfe background
background-color: #bc8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8dfe; background: linear-gradient(135deg, #bc8dfe, #FE8DF5);