#bc5cfd
a light, electric violet · warm · closest name: violet
RGB
188, 92, 253
HSL
276°, 98%, 68%
CMYK
26, 64, 0, 1
Luminance
0.2544
Every format
| HEX | #bc5cfd |
| RGB | rgb(188, 92, 253) |
| HSL | hsl(276, 98%, 68%) |
| CMYK | cmyk(26%, 64%, 0%, 1%) |
| LAB | lab(57.5 64.9 -64.8) |
| LCH | lch(57.5 91.7 315.1) |
| OKLCH | oklch(0.662 0.235 308.8) |
Copy-ready code
/* CSS */
color: #bc5cfd;
background-color: #bc5cfd;
/* Tailwind (arbitrary) */
class="text-[#bc5cfd] bg-[#bc5cfd]"
/* SCSS */
$brand: #bc5cfd;
/* SwiftUI */
Color(red: 0.737, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#bc5cfd")Accessibility — WCAG contrast
Aa
#bc5cfd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5cfd on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green36.1%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bc5cfd text on a black background
contrast 6.09:1
Card sample
#bc5cfd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5cfd;
Background color
Panel with #bc5cfd background
background-color: #bc5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5cfd; background: linear-gradient(135deg, #bc5cfd, #FD5CD3);