#a7393d
a dark, vivid red · warm · closest name: firebrick
RGB
167, 57, 61
HSL
358°, 49%, 44%
CMYK
0, 66, 64, 35
Luminance
0.1148
Every format
| HEX | #a7393d |
| RGB | rgb(167, 57, 61) |
| HSL | hsl(358, 49%, 44%) |
| CMYK | cmyk(0%, 66%, 64%, 35%) |
| LAB | lab(40.4 45.4 22.5) |
| LCH | lch(40.4 50.7 26.4) |
| OKLCH | oklch(0.504 0.145 21.9) |
Copy-ready code
/* CSS */
color: #a7393d;
background-color: #a7393d;
/* Tailwind (arbitrary) */
class="text-[#a7393d] bg-[#a7393d]"
/* SCSS */
$brand: #a7393d;
/* SwiftUI */
Color(red: 0.655, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#a7393d")Accessibility — WCAG contrast
Aa
#a7393d on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a7393d on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green22.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow63.5%
Key (black)34.5%
Color previews
#a7393d text on a black background
contrast 3.30:1
Card sample
#a7393d text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7393d;
Background color
Panel with #a7393d background
background-color: #a7393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7393d; background: linear-gradient(135deg, #a7393d, #A77E39);