#c017ff
a balanced, electric violet · warm · closest name: magenta
RGB
192, 23, 255
HSL
284°, 100%, 55%
CMYK
25, 91, 0, 0
Luminance
0.1904
Every format
| HEX | #c017ff |
| RGB | rgb(192, 23, 255) |
| HSL | hsl(284, 100%, 55%) |
| CMYK | cmyk(25%, 91%, 0%, 0%) |
| LAB | lab(50.7 87.3 -76.8) |
| LCH | lch(50.7 116.3 318.7) |
| OKLCH | oklch(0.616 0.298 312.9) |
Copy-ready code
/* CSS */
color: #c017ff;
background-color: #c017ff;
/* Tailwind (arbitrary) */
class="text-[#c017ff] bg-[#c017ff]"
/* SCSS */
$brand: #c017ff;
/* SwiftUI */
Color(red: 0.753, green: 0.090, blue: 1.000)
/* Android */
Color.parseColor("#c017ff")Accessibility — WCAG contrast
Aa
#c017ff on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c017ff on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.0%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta91.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c017ff text on a black background
contrast 4.81:1
Card sample
#c017ff text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c017ff;
Background color
Panel with #c017ff background
background-color: #c017ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c017ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 23, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 23, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c017ff; background: linear-gradient(135deg, #c017ff, #FF17A3);