#af3e21
a dark, vivid red · warm · closest name: firebrick
RGB
175, 62, 33
HSL
12°, 68%, 41%
CMYK
0, 65, 81, 31
Luminance
0.1267
Every format
| HEX | #af3e21 |
| RGB | rgb(175, 62, 33) |
| HSL | hsl(12, 68%, 41%) |
| CMYK | cmyk(0%, 65%, 81%, 31%) |
| LAB | lab(42.3 44.6 41.1) |
| LCH | lch(42.3 60.7 42.6) |
| OKLCH | oklch(0.519 0.153 35.2) |
Copy-ready code
/* CSS */
color: #af3e21;
background-color: #af3e21;
/* Tailwind (arbitrary) */
class="text-[#af3e21] bg-[#af3e21]"
/* SCSS */
$brand: #af3e21;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#af3e21")Accessibility — WCAG contrast
Aa
#af3e21 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3e21 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow81.1%
Key (black)31.4%
Color previews
#af3e21 text on a black background
contrast 3.53:1
Card sample
#af3e21 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3e21;
Background color
Panel with #af3e21 background
background-color: #af3e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3e21; background: linear-gradient(135deg, #af3e21, #AF9D21);