#c64b2f
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 75, 47
HSL
11°, 62%, 48%
CMYK
0, 62, 76, 22
Luminance
0.1724
Every format
| HEX | #c64b2f |
| RGB | rgb(198, 75, 47) |
| HSL | hsl(11, 62%, 48%) |
| CMYK | cmyk(0%, 62%, 76%, 22%) |
| LAB | lab(48.6 47.6 41.5) |
| LCH | lch(48.6 63.1 41.1) |
| OKLCH | oklch(0.575 0.163 34.3) |
Copy-ready code
/* CSS */
color: #c64b2f;
background-color: #c64b2f;
/* Tailwind (arbitrary) */
class="text-[#c64b2f] bg-[#c64b2f]"
/* SCSS */
$brand: #c64b2f;
/* SwiftUI */
Color(red: 0.776, green: 0.294, blue: 0.184)
/* Android */
Color.parseColor("#c64b2f")Accessibility — WCAG contrast
Aa
#c64b2f on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64b2f on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green29.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow76.3%
Key (black)22.4%
Color previews
#c64b2f text on a black background
contrast 4.45:1
Card sample
#c64b2f text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64b2f;
Background color
Panel with #c64b2f background
background-color: #c64b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 75, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 75, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64b2f; background: linear-gradient(135deg, #c64b2f, #C6AF2F);