#a9393d
a dark, vivid red · warm · closest name: firebrick
RGB
169, 57, 61
HSL
358°, 50%, 44%
CMYK
0, 66, 64, 34
Luminance
0.1170
Every format
| HEX | #a9393d |
| RGB | rgb(169, 57, 61) |
| HSL | hsl(358, 50%, 44%) |
| CMYK | cmyk(0%, 66%, 64%, 34%) |
| LAB | lab(40.7 46.1 23.1) |
| LCH | lch(40.7 51.5 26.6) |
| OKLCH | oklch(0.507 0.147 22.0) |
Copy-ready code
/* CSS */
color: #a9393d;
background-color: #a9393d;
/* Tailwind (arbitrary) */
class="text-[#a9393d] bg-[#a9393d]"
/* SCSS */
$brand: #a9393d;
/* SwiftUI */
Color(red: 0.663, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#a9393d")Accessibility — WCAG contrast
Aa
#a9393d on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a9393d on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green22.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow63.9%
Key (black)33.7%
Color previews
#a9393d text on a black background
contrast 3.34:1
Card sample
#a9393d text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9393d;
Background color
Panel with #a9393d background
background-color: #a9393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9393d; background: linear-gradient(135deg, #a9393d, #A98039);