#c34c2b
a balanced, vivid red · warm · closest name: firebrick
RGB
195, 76, 43
HSL
13°, 64%, 47%
CMYK
0, 61, 78, 24
Luminance
0.1695
Every format
| HEX | #c34c2b |
| RGB | rgb(195, 76, 43) |
| HSL | hsl(13, 64%, 47%) |
| CMYK | cmyk(0%, 61%, 78%, 24%) |
| LAB | lab(48.2 45.9 43.0) |
| LCH | lch(48.2 62.9 43.2) |
| OKLCH | oklch(0.571 0.160 36.1) |
Copy-ready code
/* CSS */
color: #c34c2b;
background-color: #c34c2b;
/* Tailwind (arbitrary) */
class="text-[#c34c2b] bg-[#c34c2b]"
/* SCSS */
$brand: #c34c2b;
/* SwiftUI */
Color(red: 0.765, green: 0.298, blue: 0.169)
/* Android */
Color.parseColor("#c34c2b")Accessibility — WCAG contrast
Aa
#c34c2b on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c34c2b on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green29.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow77.9%
Key (black)23.5%
Color previews
#c34c2b text on a black background
contrast 4.39:1
Card sample
#c34c2b text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34c2b;
Background color
Panel with #c34c2b background
background-color: #c34c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 76, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 76, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34c2b; background: linear-gradient(135deg, #c34c2b, #C3B12B);