#c64042
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 64, 66
HSL
359°, 54%, 51%
CMYK
0, 68, 67, 22
Luminance
0.1607
Every format
| HEX | #c64042 |
| RGB | rgb(198, 64, 66) |
| HSL | hsl(359, 54%, 51%) |
| CMYK | cmyk(0%, 68%, 67%, 22%) |
| LAB | lab(47.1 53.2 29.1) |
| LCH | lch(47.1 60.6 28.7) |
| OKLCH | oklch(0.564 0.170 23.6) |
Copy-ready code
/* CSS */
color: #c64042;
background-color: #c64042;
/* Tailwind (arbitrary) */
class="text-[#c64042] bg-[#c64042]"
/* SCSS */
$brand: #c64042;
/* SwiftUI */
Color(red: 0.776, green: 0.251, blue: 0.259)
/* Android */
Color.parseColor("#c64042")Accessibility — WCAG contrast
Aa
#c64042 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64042 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green25.1%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow66.7%
Key (black)22.4%
Color previews
#c64042 text on a black background
contrast 4.21:1
Card sample
#c64042 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64042;
Background color
Panel with #c64042 background
background-color: #c64042;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64042;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 64, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 64, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64042; background: linear-gradient(135deg, #c64042, #C69740);