#ad2000
a dark, electric red · warm · closest name: firebrick
RGB
173, 32, 0
HSL
11°, 100%, 34%
CMYK
0, 82, 100, 32
Luminance
0.0992
Every format
| HEX | #ad2000 |
| RGB | rgb(173, 32, 0) |
| HSL | hsl(11, 100%, 34%) |
| CMYK | cmyk(0%, 82%, 100%, 32%) |
| LAB | lab(37.7 54.4 51.0) |
| LCH | lch(37.7 74.5 43.2) |
| OKLCH | oklch(0.484 0.180 32.8) |
Copy-ready code
/* CSS */
color: #ad2000;
background-color: #ad2000;
/* Tailwind (arbitrary) */
class="text-[#ad2000] bg-[#ad2000]"
/* SCSS */
$brand: #ad2000;
/* SwiftUI */
Color(red: 0.678, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#ad2000")Accessibility — WCAG contrast
Aa
#ad2000 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad2000 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow100.0%
Key (black)32.2%
Color previews
#ad2000 text on a black background
contrast 2.98:1
Card sample
#ad2000 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2000;
Background color
Panel with #ad2000 background
background-color: #ad2000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2000; background: linear-gradient(135deg, #ad2000, #AD9300);