#c64d2f
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 77, 47
HSL
12°, 62%, 48%
CMYK
0, 61, 76, 22
Luminance
0.1752
Every format
| HEX | #c64d2f |
| RGB | rgb(198, 77, 47) |
| HSL | hsl(12, 62%, 48%) |
| CMYK | cmyk(0%, 61%, 76%, 22%) |
| LAB | lab(48.9 46.7 41.9) |
| LCH | lch(48.9 62.7 41.9) |
| OKLCH | oklch(0.577 0.161 35.1) |
Copy-ready code
/* CSS */
color: #c64d2f;
background-color: #c64d2f;
/* Tailwind (arbitrary) */
class="text-[#c64d2f] bg-[#c64d2f]"
/* SCSS */
$brand: #c64d2f;
/* SwiftUI */
Color(red: 0.776, green: 0.302, blue: 0.184)
/* Android */
Color.parseColor("#c64d2f")Accessibility — WCAG contrast
Aa
#c64d2f on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64d2f on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow76.3%
Key (black)22.4%
Color previews
#c64d2f text on a black background
contrast 4.50:1
Card sample
#c64d2f text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64d2f;
Background color
Panel with #c64d2f background
background-color: #c64d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 77, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 77, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64d2f; background: linear-gradient(135deg, #c64d2f, #C6B12F);