#c34721
a dark, vivid red · warm · closest name: firebrick
RGB
195, 71, 33
HSL
14°, 71%, 45%
CMYK
0, 64, 83, 24
Luminance
0.1622
Every format
| HEX | #c34721 |
| RGB | rgb(195, 71, 33) |
| HSL | hsl(14, 71%, 45%) |
| CMYK | cmyk(0%, 64%, 83%, 24%) |
| LAB | lab(47.3 47.8 47.0) |
| LCH | lch(47.3 67.1 44.5) |
| OKLCH | oklch(0.564 0.167 36.8) |
Copy-ready code
/* CSS */
color: #c34721;
background-color: #c34721;
/* Tailwind (arbitrary) */
class="text-[#c34721] bg-[#c34721]"
/* SCSS */
$brand: #c34721;
/* SwiftUI */
Color(red: 0.765, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#c34721")Accessibility — WCAG contrast
Aa
#c34721 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c34721 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow83.1%
Key (black)23.5%
Color previews
#c34721 text on a black background
contrast 4.24:1
Card sample
#c34721 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34721;
Background color
Panel with #c34721 background
background-color: #c34721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34721; background: linear-gradient(135deg, #c34721, #C3B321);