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