#bc1df0
a balanced, electric violet · warm · closest name: magenta
RGB
188, 29, 240
HSL
285°, 88%, 53%
CMYK
22, 88, 0, 6
Luminance
0.1786
Every format
| HEX | #bc1df0 |
| RGB | rgb(188, 29, 240) |
| HSL | hsl(285, 88%, 53%) |
| CMYK | cmyk(22%, 88%, 0%, 6%) |
| LAB | lab(49.3 83.2 -70.7) |
| LCH | lch(49.3 109.2 319.6) |
| OKLCH | oklch(0.601 0.283 314.9) |
Copy-ready code
/* CSS */
color: #bc1df0;
background-color: #bc1df0;
/* Tailwind (arbitrary) */
class="text-[#bc1df0] bg-[#bc1df0]"
/* SCSS */
$brand: #bc1df0;
/* SwiftUI */
Color(red: 0.737, green: 0.114, blue: 0.941)
/* Android */
Color.parseColor("#bc1df0")Accessibility — WCAG contrast
Aa
#bc1df0 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc1df0 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green11.4%
Blue94.1%
CMYK percentages
Cyan21.7%
Magenta87.9%
Yellow0.0%
Key (black)5.9%
Color previews
#bc1df0 text on a black background
contrast 4.57:1
Card sample
#bc1df0 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc1df0;
Background color
Panel with #bc1df0 background
background-color: #bc1df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc1df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 29, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 29, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc1df0; background: linear-gradient(135deg, #bc1df0, #F01D97);