#c7253c
a balanced, vivid red · warm · closest name: crimson
RGB
199, 37, 60
HSL
352°, 69%, 46%
CMYK
0, 81, 70, 22
Luminance
0.1379
Every format
| HEX | #c7253c |
| RGB | rgb(199, 37, 60) |
| HSL | hsl(352, 69%, 46%) |
| CMYK | cmyk(0%, 81%, 70%, 22%) |
| LAB | lab(43.9 62.1 28.9) |
| LCH | lch(43.9 68.5 24.9) |
| OKLCH | oklch(0.541 0.195 20.1) |
Copy-ready code
/* CSS */
color: #c7253c;
background-color: #c7253c;
/* Tailwind (arbitrary) */
class="text-[#c7253c] bg-[#c7253c]"
/* SCSS */
$brand: #c7253c;
/* SwiftUI */
Color(red: 0.780, green: 0.145, blue: 0.235)
/* Android */
Color.parseColor("#c7253c")Accessibility — WCAG contrast
Aa
#c7253c on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c7253c on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green14.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow69.8%
Key (black)22.0%
Color previews
#c7253c text on a black background
contrast 3.76:1
Card sample
#c7253c text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7253c;
Background color
Panel with #c7253c background
background-color: #c7253c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7253c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 37, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 37, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7253c; background: linear-gradient(135deg, #c7253c, #C77A25);