#bc5dfe
a light, electric violet · warm · closest name: violet
RGB
188, 93, 254
HSL
275°, 99%, 68%
CMYK
26, 63, 0, 0
Luminance
0.2568
Every format
| HEX | #bc5dfe |
| RGB | rgb(188, 93, 254) |
| HSL | hsl(275, 99%, 68%) |
| CMYK | cmyk(26%, 63%, 0%, 0%) |
| LAB | lab(57.7 64.7 -65.0) |
| LCH | lch(57.7 91.7 314.9) |
| OKLCH | oklch(0.664 0.234 308.5) |
Copy-ready code
/* CSS */
color: #bc5dfe;
background-color: #bc5dfe;
/* Tailwind (arbitrary) */
class="text-[#bc5dfe] bg-[#bc5dfe]"
/* SCSS */
$brand: #bc5dfe;
/* SwiftUI */
Color(red: 0.737, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#bc5dfe")Accessibility — WCAG contrast
Aa
#bc5dfe on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5dfe on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green36.5%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#bc5dfe text on a black background
contrast 6.14:1
Card sample
#bc5dfe text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5dfe;
Background color
Panel with #bc5dfe background
background-color: #bc5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5dfe; background: linear-gradient(135deg, #bc5dfe, #FE5DD5);