#a60e25
a dark, electric red · warm · closest name: firebrick
RGB
166, 14, 37
HSL
351°, 84%, 35%
CMYK
0, 92, 78, 35
Luminance
0.0855
Every format
| HEX | #a60e25 |
| RGB | rgb(166, 14, 37) |
| HSL | hsl(351, 84%, 35%) |
| CMYK | cmyk(0%, 92%, 78%, 35%) |
| LAB | lab(35.1 57.0 30.9) |
| LCH | lch(35.1 64.8 28.5) |
| OKLCH | oklch(0.463 0.179 22.4) |
Copy-ready code
/* CSS */
color: #a60e25;
background-color: #a60e25;
/* Tailwind (arbitrary) */
class="text-[#a60e25] bg-[#a60e25]"
/* SCSS */
$brand: #a60e25;
/* SwiftUI */
Color(red: 0.651, green: 0.055, blue: 0.145)
/* Android */
Color.parseColor("#a60e25")Accessibility — WCAG contrast
Aa
#a60e25 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a60e25 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green5.5%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow77.7%
Key (black)34.9%
Color previews
#a60e25 text on a black background
contrast 2.71:1
Card sample
#a60e25 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a60e25;
Background color
Panel with #a60e25 background
background-color: #a60e25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a60e25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 14, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 14, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a60e25; background: linear-gradient(135deg, #a60e25, #A65C0E);