#bc37fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 55, 253
HSL
280°, 98%, 60%
CMYK
26, 78, 0, 1
Luminance
0.2052
Every format
| HEX | #bc37fd |
| RGB | rgb(188, 55, 253) |
| HSL | hsl(280, 98%, 60%) |
| CMYK | cmyk(26%, 78%, 0%, 1%) |
| LAB | lab(52.4 79.3 -73.0) |
| LCH | lch(52.4 107.8 317.4) |
| OKLCH | oklch(0.626 0.275 311.2) |
Copy-ready code
/* CSS */
color: #bc37fd;
background-color: #bc37fd;
/* Tailwind (arbitrary) */
class="text-[#bc37fd] bg-[#bc37fd]"
/* SCSS */
$brand: #bc37fd;
/* SwiftUI */
Color(red: 0.737, green: 0.216, blue: 0.992)
/* Android */
Color.parseColor("#bc37fd")Accessibility — WCAG contrast
Aa
#bc37fd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc37fd on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green21.6%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta78.3%
Yellow0.0%
Key (black)0.8%
Color previews
#bc37fd text on a black background
contrast 5.10:1
Card sample
#bc37fd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc37fd;
Background color
Panel with #bc37fd background
background-color: #bc37fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc37fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 55, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 55, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc37fd; background: linear-gradient(135deg, #bc37fd, #FD37BA);