#bc14df
a balanced, electric violet · warm · closest name: magenta
RGB
188, 20, 223
HSL
290°, 84%, 48%
CMYK
16, 91, 0, 13
Luminance
0.1652
Every format
| HEX | #bc14df |
| RGB | rgb(188, 20, 223) |
| HSL | hsl(290, 84%, 48%) |
| CMYK | cmyk(16%, 91%, 0%, 13%) |
| LAB | lab(47.6 81.6 -63.8) |
| LCH | lch(47.6 103.6 322.0) |
| OKLCH | oklch(0.586 0.274 319.0) |
Copy-ready code
/* CSS */
color: #bc14df;
background-color: #bc14df;
/* Tailwind (arbitrary) */
class="text-[#bc14df] bg-[#bc14df]"
/* SCSS */
$brand: #bc14df;
/* SwiftUI */
Color(red: 0.737, green: 0.078, blue: 0.875)
/* Android */
Color.parseColor("#bc14df")Accessibility — WCAG contrast
Aa
#bc14df on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc14df on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green7.8%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta91.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bc14df text on a black background
contrast 4.30:1
Card sample
#bc14df text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc14df;
Background color
Panel with #bc14df background
background-color: #bc14df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc14df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 20, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 20, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc14df; background: linear-gradient(135deg, #bc14df, #DF147A);