#c4247c
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
196, 36, 124
HSL
327°, 69%, 46%
CMYK
0, 82, 37, 23
Luminance
0.1445
Every format
| HEX | #c4247c |
| RGB | rgb(196, 36, 124) |
| HSL | hsl(327, 69%, 46%) |
| CMYK | cmyk(0%, 82%, 37%, 23%) |
| LAB | lab(44.9 66.4 -9.5) |
| LCH | lch(44.9 67.1 351.8) |
| OKLCH | oklch(0.552 0.206 353.2) |
Copy-ready code
/* CSS */
color: #c4247c;
background-color: #c4247c;
/* Tailwind (arbitrary) */
class="text-[#c4247c] bg-[#c4247c]"
/* SCSS */
$brand: #c4247c;
/* SwiftUI */
Color(red: 0.769, green: 0.141, blue: 0.486)
/* Android */
Color.parseColor("#c4247c")Accessibility — WCAG contrast
Aa
#c4247c on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c4247c on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green14.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow36.7%
Key (black)23.1%
Color previews
#c4247c text on a black background
contrast 3.89:1
Card sample
#c4247c text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4247c;
Background color
Panel with #c4247c background
background-color: #c4247c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4247c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 36, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 36, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4247c; background: linear-gradient(135deg, #c4247c, #C43724);