#a7253d
a dark, vivid red · warm · closest name: firebrick
RGB
167, 37, 61
HSL
349°, 64%, 40%
CMYK
0, 78, 64, 35
Luminance
0.0988
Every format
| HEX | #a7253d |
| RGB | rgb(167, 37, 61) |
| HSL | hsl(349, 64%, 40%) |
| CMYK | cmyk(0%, 78%, 64%, 35%) |
| LAB | lab(37.6 53.0 19.0) |
| LCH | lch(37.6 56.3 19.7) |
| OKLCH | oklch(0.483 0.165 16.1) |
Copy-ready code
/* CSS */
color: #a7253d;
background-color: #a7253d;
/* Tailwind (arbitrary) */
class="text-[#a7253d] bg-[#a7253d]"
/* SCSS */
$brand: #a7253d;
/* SwiftUI */
Color(red: 0.655, green: 0.145, blue: 0.239)
/* Android */
Color.parseColor("#a7253d")Accessibility — WCAG contrast
Aa
#a7253d on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a7253d on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green14.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow63.5%
Key (black)34.5%
Color previews
#a7253d text on a black background
contrast 2.98:1
Card sample
#a7253d text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7253d;
Background color
Panel with #a7253d background
background-color: #a7253d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7253d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 37, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 37, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7253d; background: linear-gradient(135deg, #a7253d, #A76425);