#af491d
a dark, vivid orange · warm · closest name: sienna
RGB
175, 73, 29
HSL
18°, 72%, 40%
CMYK
0, 58, 83, 31
Luminance
0.1397
Every format
| HEX | #af491d |
| RGB | rgb(175, 73, 29) |
| HSL | hsl(18, 72%, 40%) |
| CMYK | cmyk(0%, 58%, 83%, 31%) |
| LAB | lab(44.2 39.4 44.8) |
| LCH | lch(44.2 59.6 48.7) |
| OKLCH | oklch(0.534 0.144 41.3) |
Copy-ready code
/* CSS */
color: #af491d;
background-color: #af491d;
/* Tailwind (arbitrary) */
class="text-[#af491d] bg-[#af491d]"
/* SCSS */
$brand: #af491d;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.114)
/* Android */
Color.parseColor("#af491d")Accessibility — WCAG contrast
Aa
#af491d on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af491d on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow83.4%
Key (black)31.4%
Color previews
#af491d text on a black background
contrast 3.79:1
Card sample
#af491d text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af491d;
Background color
Panel with #af491d background
background-color: #af491d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af491d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af491d; background: linear-gradient(135deg, #af491d, #AFAA1D);