#af442f
a dark, vivid red · warm · closest name: sienna
RGB
175, 68, 47
HSL
10°, 58%, 44%
CMYK
0, 61, 73, 31
Luminance
0.1345
Every format
| HEX | #af442f |
| RGB | rgb(175, 68, 47) |
| HSL | hsl(10, 58%, 44%) |
| CMYK | cmyk(0%, 61%, 73%, 31%) |
| LAB | lab(43.4 42.5 34.8) |
| LCH | lch(43.4 54.9 39.3) |
| OKLCH | oklch(0.529 0.144 33.0) |
Copy-ready code
/* CSS */
color: #af442f;
background-color: #af442f;
/* Tailwind (arbitrary) */
class="text-[#af442f] bg-[#af442f]"
/* SCSS */
$brand: #af442f;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.184)
/* Android */
Color.parseColor("#af442f")Accessibility — WCAG contrast
Aa
#af442f on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af442f on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow73.1%
Key (black)31.4%
Color previews
#af442f text on a black background
contrast 3.69:1
Card sample
#af442f text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af442f;
Background color
Panel with #af442f background
background-color: #af442f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af442f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af442f; background: linear-gradient(135deg, #af442f, #AF992F);