#c7204c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
199, 32, 76
HSL
344°, 72%, 45%
CMYK
0, 84, 62, 22
Luminance
0.1370
Every format
| HEX | #c7204c |
| RGB | rgb(199, 32, 76) |
| HSL | hsl(344, 72%, 45%) |
| CMYK | cmyk(0%, 84%, 62%, 22%) |
| LAB | lab(43.8 64.2 18.8) |
| LCH | lch(43.8 66.9 16.4) |
| OKLCH | oklch(0.541 0.199 13.4) |
Copy-ready code
/* CSS */
color: #c7204c;
background-color: #c7204c;
/* Tailwind (arbitrary) */
class="text-[#c7204c] bg-[#c7204c]"
/* SCSS */
$brand: #c7204c;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 0.298)
/* Android */
Color.parseColor("#c7204c")Accessibility — WCAG contrast
Aa
#c7204c on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c7204c on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow61.8%
Key (black)22.0%
Color previews
#c7204c text on a black background
contrast 3.74:1
Card sample
#c7204c text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7204c;
Background color
Panel with #c7204c background
background-color: #c7204c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7204c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7204c; background: linear-gradient(135deg, #c7204c, #C76320);