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