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