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