#af461d
a dark, vivid orange · warm · closest name: sienna
RGB
175, 70, 29
HSL
17°, 72%, 40%
CMYK
0, 60, 83, 31
Luminance
0.1358
Every format
| HEX | #af461d |
| RGB | rgb(175, 70, 29) |
| HSL | hsl(17, 72%, 40%) |
| CMYK | cmyk(0%, 60%, 83%, 31%) |
| LAB | lab(43.6 40.8 44.3) |
| LCH | lch(43.6 60.2 47.3) |
| OKLCH | oklch(0.529 0.147 39.9) |
Copy-ready code
/* CSS */
color: #af461d;
background-color: #af461d;
/* Tailwind (arbitrary) */
class="text-[#af461d] bg-[#af461d]"
/* SCSS */
$brand: #af461d;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.114)
/* Android */
Color.parseColor("#af461d")Accessibility — WCAG contrast
Aa
#af461d on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af461d on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow83.4%
Key (black)31.4%
Color previews
#af461d text on a black background
contrast 3.72:1
Card sample
#af461d text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af461d;
Background color
Panel with #af461d background
background-color: #af461d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af461d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af461d; background: linear-gradient(135deg, #af461d, #AFA71D);