#c42fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 47, 223
HSL
291°, 73%, 53%
CMYK
12, 79, 0, 13
Luminance
0.1910
Every format
| HEX | #c42fdf |
| RGB | rgb(196, 47, 223) |
| HSL | hsl(291, 73%, 53%) |
| CMYK | cmyk(12%, 79%, 0%, 13%) |
| LAB | lab(50.8 77.5 -58.7) |
| LCH | lch(50.8 97.2 322.9) |
| OKLCH | oklch(0.610 0.260 320.8) |
Copy-ready code
/* CSS */
color: #c42fdf;
background-color: #c42fdf;
/* Tailwind (arbitrary) */
class="text-[#c42fdf] bg-[#c42fdf]"
/* SCSS */
$brand: #c42fdf;
/* SwiftUI */
Color(red: 0.769, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#c42fdf")Accessibility — WCAG contrast
Aa
#c42fdf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c42fdf on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green18.4%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c42fdf text on a black background
contrast 4.82:1
Card sample
#c42fdf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42fdf;
Background color
Panel with #c42fdf background
background-color: #c42fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42fdf; background: linear-gradient(135deg, #c42fdf, #DF2F85);