#c415df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
196, 21, 223
HSL
292°, 83%, 48%
CMYK
12, 91, 0, 13
Luminance
0.1760
Every format
| HEX | #c415df |
| RGB | rgb(196, 21, 223) |
| HSL | hsl(292, 83%, 48%) |
| CMYK | cmyk(12%, 91%, 0%, 13%) |
| LAB | lab(49.0 82.7 -61.6) |
| LCH | lch(49.0 103.1 323.3) |
| OKLCH | oklch(0.598 0.277 321.3) |
Copy-ready code
/* CSS */
color: #c415df;
background-color: #c415df;
/* Tailwind (arbitrary) */
class="text-[#c415df] bg-[#c415df]"
/* SCSS */
$brand: #c415df;
/* SwiftUI */
Color(red: 0.769, green: 0.082, blue: 0.875)
/* Android */
Color.parseColor("#c415df")Accessibility — WCAG contrast
Aa
#c415df on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c415df on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green8.2%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta90.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c415df text on a black background
contrast 4.52:1
Card sample
#c415df text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c415df;
Background color
Panel with #c415df background
background-color: #c415df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c415df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 21, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 21, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c415df; background: linear-gradient(135deg, #c415df, #DF1573);