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