#af4e2f
a dark, vivid red · warm · closest name: sienna
RGB
175, 78, 47
HSL
15°, 58%, 44%
CMYK
0, 55, 73, 31
Luminance
0.1477
Every format
| HEX | #af4e2f |
| RGB | rgb(175, 78, 47) |
| HSL | hsl(15, 58%, 44%) |
| CMYK | cmyk(0%, 55%, 73%, 31%) |
| LAB | lab(45.3 37.6 36.9) |
| LCH | lch(45.3 52.7 44.5) |
| OKLCH | oklch(0.543 0.135 38.1) |
Copy-ready code
/* CSS */
color: #af4e2f;
background-color: #af4e2f;
/* Tailwind (arbitrary) */
class="text-[#af4e2f] bg-[#af4e2f]"
/* SCSS */
$brand: #af4e2f;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.184)
/* Android */
Color.parseColor("#af4e2f")Accessibility — WCAG contrast
Aa
#af4e2f on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4e2f on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow73.1%
Key (black)31.4%
Color previews
#af4e2f text on a black background
contrast 3.95:1
Card sample
#af4e2f text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4e2f;
Background color
Panel with #af4e2f background
background-color: #af4e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4e2f; background: linear-gradient(135deg, #af4e2f, #AFA32F);