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