#bc52fd
a light, electric violet · warm · closest name: magenta
RGB
188, 82, 253
HSL
277°, 98%, 66%
CMYK
26, 68, 0, 1
Luminance
0.2382
Every format
| HEX | #bc52fd |
| RGB | rgb(188, 82, 253) |
| HSL | hsl(277, 98%, 66%) |
| CMYK | cmyk(26%, 68%, 0%, 1%) |
| LAB | lab(55.9 69.3 -67.3) |
| LCH | lch(55.9 96.7 315.8) |
| OKLCH | oklch(0.650 0.247 309.6) |
Copy-ready code
/* CSS */
color: #bc52fd;
background-color: #bc52fd;
/* Tailwind (arbitrary) */
class="text-[#bc52fd] bg-[#bc52fd]"
/* SCSS */
$brand: #bc52fd;
/* SwiftUI */
Color(red: 0.737, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#bc52fd")Accessibility — WCAG contrast
Aa
#bc52fd on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc52fd on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green32.2%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bc52fd text on a black background
contrast 5.76:1
Card sample
#bc52fd text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc52fd;
Background color
Panel with #bc52fd background
background-color: #bc52fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc52fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc52fd; background: linear-gradient(135deg, #bc52fd, #FD52CC);