#a12708
a dark, electric red · warm · closest name: firebrick
RGB
161, 39, 8
HSL
12°, 91%, 33%
CMYK
0, 76, 95, 37
Luminance
0.0905
Every format
| HEX | #a12708 |
| RGB | rgb(161, 39, 8) |
| HSL | hsl(12, 91%, 33%) |
| CMYK | cmyk(0%, 76%, 95%, 37%) |
| LAB | lab(36.1 48.5 45.8) |
| LCH | lch(36.1 66.7 43.3) |
| OKLCH | oklch(0.468 0.163 33.9) |
Copy-ready code
/* CSS */
color: #a12708;
background-color: #a12708;
/* Tailwind (arbitrary) */
class="text-[#a12708] bg-[#a12708]"
/* SCSS */
$brand: #a12708;
/* SwiftUI */
Color(red: 0.631, green: 0.153, blue: 0.031)
/* Android */
Color.parseColor("#a12708")Accessibility — WCAG contrast
Aa
#a12708 on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a12708 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green15.3%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow95.0%
Key (black)36.9%
Color previews
#a12708 text on a black background
contrast 2.81:1
Card sample
#a12708 text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a12708;
Background color
Panel with #a12708 background
background-color: #a12708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a12708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 39, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 39, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a12708; background: linear-gradient(135deg, #a12708, #A18D08);