#af541d
a dark, vivid orange · warm · closest name: sienna
RGB
175, 84, 29
HSL
23°, 72%, 40%
CMYK
0, 52, 83, 31
Luminance
0.1554
Every format
| HEX | #af541d |
| RGB | rgb(175, 84, 29) |
| HSL | hsl(23, 72%, 40%) |
| CMYK | cmyk(0%, 52%, 83%, 31%) |
| LAB | lab(46.4 33.8 46.8) |
| LCH | lch(46.4 57.7 54.2) |
| OKLCH | oklch(0.550 0.135 47.5) |
Copy-ready code
/* CSS */
color: #af541d;
background-color: #af541d;
/* Tailwind (arbitrary) */
class="text-[#af541d] bg-[#af541d]"
/* SCSS */
$brand: #af541d;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.114)
/* Android */
Color.parseColor("#af541d")Accessibility — WCAG contrast
Aa
#af541d on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af541d on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow83.4%
Key (black)31.4%
Color previews
#af541d text on a black background
contrast 4.11:1
Card sample
#af541d text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af541d;
Background color
Panel with #af541d background
background-color: #af541d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af541d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af541d; background: linear-gradient(135deg, #af541d, #A9AF1D);