#c414ff
a balanced, electric violet · warm · closest name: magenta
RGB
196, 20, 255
HSL
285°, 100%, 54%
CMYK
23, 92, 0, 0
Luminance
0.1946
Every format
| HEX | #c414ff |
| RGB | rgb(196, 20, 255) |
| HSL | hsl(285, 100%, 54%) |
| CMYK | cmyk(23%, 92%, 0%, 0%) |
| LAB | lab(51.2 88.3 -76.0) |
| LCH | lch(51.2 116.5 319.3) |
| OKLCH | oklch(0.620 0.300 314.1) |
Copy-ready code
/* CSS */
color: #c414ff;
background-color: #c414ff;
/* Tailwind (arbitrary) */
class="text-[#c414ff] bg-[#c414ff]"
/* SCSS */
$brand: #c414ff;
/* SwiftUI */
Color(red: 0.769, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#c414ff")Accessibility — WCAG contrast
Aa
#c414ff on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c414ff on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green7.8%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c414ff text on a black background
contrast 4.89:1
Card sample
#c414ff text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c414ff;
Background color
Panel with #c414ff background
background-color: #c414ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c414ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c414ff; background: linear-gradient(135deg, #c414ff, #FF149D);