#c017fd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 23, 253
HSL
284°, 98%, 54%
CMYK
24, 91, 0, 1
Luminance
0.1891
Every format
| HEX | #c017fd |
| RGB | rgb(192, 23, 253) |
| HSL | hsl(284, 98%, 54%) |
| CMYK | cmyk(24%, 91%, 0%, 1%) |
| LAB | lab(50.6 87.0 -76.0) |
| LCH | lch(50.6 115.5 318.9) |
| OKLCH | oklch(0.614 0.296 313.4) |
Copy-ready code
/* CSS */
color: #c017fd;
background-color: #c017fd;
/* Tailwind (arbitrary) */
class="text-[#c017fd] bg-[#c017fd]"
/* SCSS */
$brand: #c017fd;
/* SwiftUI */
Color(red: 0.753, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#c017fd")Accessibility — WCAG contrast
Aa
#c017fd on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c017fd on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.0%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c017fd text on a black background
contrast 4.78:1
Card sample
#c017fd text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c017fd;
Background color
Panel with #c017fd background
background-color: #c017fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c017fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c017fd; background: linear-gradient(135deg, #c017fd, #FD17A1);