#c412c4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
196, 18, 196
HSL
300°, 83%, 42%
CMYK
0, 91, 0, 23
Luminance
0.1615
Every format
| HEX | #c412c4 |
| RGB | rgb(196, 18, 196) |
| HSL | hsl(300, 83%, 42%) |
| CMYK | cmyk(0%, 91%, 0%, 23%) |
| LAB | lab(47.2 78.9 -49.0) |
| LCH | lch(47.2 92.9 328.2) |
| OKLCH | oklch(0.580 0.259 328.3) |
Copy-ready code
/* CSS */
color: #c412c4;
background-color: #c412c4;
/* Tailwind (arbitrary) */
class="text-[#c412c4] bg-[#c412c4]"
/* SCSS */
$brand: #c412c4;
/* SwiftUI */
Color(red: 0.769, green: 0.071, blue: 0.769)
/* Android */
Color.parseColor("#c412c4")Accessibility — WCAG contrast
Aa
#c412c4 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c412c4 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green7.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow0.0%
Key (black)23.1%
Color previews
#c412c4 text on a black background
contrast 4.23:1
Card sample
#c412c4 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c412c4;
Background color
Panel with #c412c4 background
background-color: #c412c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c412c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 18, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 18, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c412c4; background: linear-gradient(135deg, #c412c4, #C4124D);