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