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