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