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