#c412df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
196, 18, 223
HSL
292°, 85%, 47%
CMYK
12, 92, 0, 13
Luminance
0.1750
Every format
| HEX | #c412df |
| RGB | rgb(196, 18, 223) |
| HSL | hsl(292, 85%, 47%) |
| CMYK | cmyk(12%, 92%, 0%, 13%) |
| LAB | lab(48.9 83.1 -61.8) |
| LCH | lch(48.9 103.5 323.4) |
| OKLCH | oklch(0.597 0.278 321.3) |
Copy-ready code
/* CSS */
color: #c412df;
background-color: #c412df;
/* Tailwind (arbitrary) */
class="text-[#c412df] bg-[#c412df]"
/* SCSS */
$brand: #c412df;
/* SwiftUI */
Color(red: 0.769, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#c412df")Accessibility — WCAG contrast
Aa
#c412df on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c412df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green7.1%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta91.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c412df text on a black background
contrast 4.50:1
Card sample
#c412df text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c412df;
Background color
Panel with #c412df background
background-color: #c412df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c412df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c412df; background: linear-gradient(135deg, #c412df, #DF1271);