#bc17fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 23, 253
HSL
283°, 98%, 54%
CMYK
26, 91, 0, 1
Luminance
0.1840
Every format
| HEX | #bc17fd |
| RGB | rgb(188, 23, 253) |
| HSL | hsl(283, 98%, 54%) |
| CMYK | cmyk(26%, 91%, 0%, 1%) |
| LAB | lab(50.0 86.5 -77.0) |
| LCH | lch(50.0 115.8 318.3) |
| OKLCH | oklch(0.609 0.295 312.2) |
Copy-ready code
/* CSS */
color: #bc17fd;
background-color: #bc17fd;
/* Tailwind (arbitrary) */
class="text-[#bc17fd] bg-[#bc17fd]"
/* SCSS */
$brand: #bc17fd;
/* SwiftUI */
Color(red: 0.737, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#bc17fd")Accessibility — WCAG contrast
Aa
#bc17fd on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc17fd on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green9.0%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bc17fd text on a black background
contrast 4.68:1
Card sample
#bc17fd text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc17fd;
Background color
Panel with #bc17fd background
background-color: #bc17fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc17fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc17fd; background: linear-gradient(135deg, #bc17fd, #FD17A5);