#c64521
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 69, 33
HSL
13°, 71%, 45%
CMYK
0, 65, 83, 22
Luminance
0.1637
Every format
| HEX | #c64521 |
| RGB | rgb(198, 69, 33) |
| HSL | hsl(13, 71%, 45%) |
| CMYK | cmyk(0%, 65%, 83%, 22%) |
| LAB | lab(47.5 49.8 47.4) |
| LCH | lch(47.5 68.7 43.6) |
| OKLCH | oklch(0.566 0.171 35.8) |
Copy-ready code
/* CSS */
color: #c64521;
background-color: #c64521;
/* Tailwind (arbitrary) */
class="text-[#c64521] bg-[#c64521]"
/* SCSS */
$brand: #c64521;
/* SwiftUI */
Color(red: 0.776, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#c64521")Accessibility — WCAG contrast
Aa
#c64521 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64521 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow83.3%
Key (black)22.4%
Color previews
#c64521 text on a black background
contrast 4.27:1
Card sample
#c64521 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64521;
Background color
Panel with #c64521 background
background-color: #c64521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64521; background: linear-gradient(135deg, #c64521, #C6B321);