#c72467
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
199, 36, 103
HSL
335°, 69%, 46%
CMYK
0, 82, 48, 22
Luminance
0.1438
Every format
| HEX | #c72467 |
| RGB | rgb(199, 36, 103) |
| HSL | hsl(335, 69%, 46%) |
| CMYK | cmyk(0%, 82%, 48%, 22%) |
| LAB | lab(44.8 65.2 3.4) |
| LCH | lch(44.8 65.3 3.0) |
| OKLCH | oklch(0.550 0.200 2.7) |
Copy-ready code
/* CSS */
color: #c72467;
background-color: #c72467;
/* Tailwind (arbitrary) */
class="text-[#c72467] bg-[#c72467]"
/* SCSS */
$brand: #c72467;
/* SwiftUI */
Color(red: 0.780, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#c72467")Accessibility — WCAG contrast
Aa
#c72467 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72467 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow48.2%
Key (black)22.0%
Color previews
#c72467 text on a black background
contrast 3.88:1
Card sample
#c72467 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72467;
Background color
Panel with #c72467 background
background-color: #c72467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72467; background: linear-gradient(135deg, #c72467, #C74E24);