#c62f49
a balanced, vivid red · warm · closest name: crimson
RGB
198, 47, 73
HSL
350°, 62%, 48%
CMYK
0, 76, 63, 22
Luminance
0.1452
Every format
| HEX | #c62f49 |
| RGB | rgb(198, 47, 73) |
| HSL | hsl(350, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 63%, 22%) |
| LAB | lab(45.0 59.7 22.2) |
| LCH | lch(45.0 63.7 20.4) |
| OKLCH | oklch(0.549 0.186 16.7) |
Copy-ready code
/* CSS */
color: #c62f49;
background-color: #c62f49;
/* Tailwind (arbitrary) */
class="text-[#c62f49] bg-[#c62f49]"
/* SCSS */
$brand: #c62f49;
/* SwiftUI */
Color(red: 0.776, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#c62f49")Accessibility — WCAG contrast
Aa
#c62f49 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62f49 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow63.1%
Key (black)22.4%
Color previews
#c62f49 text on a black background
contrast 3.90:1
Card sample
#c62f49 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62f49;
Background color
Panel with #c62f49 background
background-color: #c62f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62f49; background: linear-gradient(135deg, #c62f49, #C67A2F);