#c42ddc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 45, 220
HSL
292°, 71%, 52%
CMYK
11, 80, 0, 14
Luminance
0.1878
Every format
| HEX | #c42ddc |
| RGB | rgb(196, 45, 220) |
| HSL | hsl(292, 71%, 52%) |
| CMYK | cmyk(11%, 80%, 0%, 14%) |
| LAB | lab(50.4 77.5 -57.6) |
| LCH | lch(50.4 96.5 323.4) |
| OKLCH | oklch(0.607 0.260 321.6) |
Copy-ready code
/* CSS */
color: #c42ddc;
background-color: #c42ddc;
/* Tailwind (arbitrary) */
class="text-[#c42ddc] bg-[#c42ddc]"
/* SCSS */
$brand: #c42ddc;
/* SwiftUI */
Color(red: 0.769, green: 0.176, blue: 0.863)
/* Android */
Color.parseColor("#c42ddc")Accessibility — WCAG contrast
Aa
#c42ddc on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c42ddc on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green17.6%
Blue86.3%
CMYK percentages
Cyan10.9%
Magenta79.5%
Yellow0.0%
Key (black)13.7%
Color previews
#c42ddc text on a black background
contrast 4.76:1
Card sample
#c42ddc text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42ddc;
Background color
Panel with #c42ddc background
background-color: #c42ddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42ddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 45, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 45, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42ddc; background: linear-gradient(135deg, #c42ddc, #DC2D7F);