#bc5dfb
a light, electric violet · warm · closest name: violet
RGB
188, 93, 251
HSL
276°, 95%, 68%
CMYK
25, 63, 0, 2
Luminance
0.2549
Every format
| HEX | #bc5dfb |
| RGB | rgb(188, 93, 251) |
| HSL | hsl(276, 95%, 68%) |
| CMYK | cmyk(25%, 63%, 0%, 2%) |
| LAB | lab(57.5 64.0 -63.6) |
| LCH | lch(57.5 90.2 315.2) |
| OKLCH | oklch(0.662 0.231 309.1) |
Copy-ready code
/* CSS */
color: #bc5dfb;
background-color: #bc5dfb;
/* Tailwind (arbitrary) */
class="text-[#bc5dfb] bg-[#bc5dfb]"
/* SCSS */
$brand: #bc5dfb;
/* SwiftUI */
Color(red: 0.737, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#bc5dfb")Accessibility — WCAG contrast
Aa
#bc5dfb on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5dfb on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green36.5%
Blue98.4%
CMYK percentages
Cyan25.1%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#bc5dfb text on a black background
contrast 6.10:1
Card sample
#bc5dfb text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5dfb;
Background color
Panel with #bc5dfb background
background-color: #bc5dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5dfb; background: linear-gradient(135deg, #bc5dfb, #FB5DD1);