#a02c3f
a dark, vivid red · warm · closest name: firebrick
RGB
160, 44, 63
HSL
350°, 57%, 40%
CMYK
0, 73, 61, 37
Luminance
0.0963
Every format
| HEX | #a02c3f |
| RGB | rgb(160, 44, 63) |
| HSL | hsl(350, 57%, 40%) |
| CMYK | cmyk(0%, 73%, 61%, 37%) |
| LAB | lab(37.2 48.5 16.9) |
| LCH | lch(37.2 51.4 19.2) |
| OKLCH | oklch(0.477 0.151 15.9) |
Copy-ready code
/* CSS */
color: #a02c3f;
background-color: #a02c3f;
/* Tailwind (arbitrary) */
class="text-[#a02c3f] bg-[#a02c3f]"
/* SCSS */
$brand: #a02c3f;
/* SwiftUI */
Color(red: 0.627, green: 0.173, blue: 0.247)
/* Android */
Color.parseColor("#a02c3f")Accessibility — WCAG contrast
Aa
#a02c3f on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a02c3f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green17.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow60.6%
Key (black)37.3%
Color previews
#a02c3f text on a black background
contrast 2.93:1
Card sample
#a02c3f text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02c3f;
Background color
Panel with #a02c3f background
background-color: #a02c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 44, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 44, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02c3f; background: linear-gradient(135deg, #a02c3f, #A0662C);