#af490d
a dark, electric orange · warm · closest name: chocolate
RGB
175, 73, 13
HSL
22°, 86%, 37%
CMYK
0, 58, 93, 31
Luminance
0.1391
Every format
| HEX | #af490d |
| RGB | rgb(175, 73, 13) |
| HSL | hsl(22, 86%, 37%) |
| CMYK | cmyk(0%, 58%, 93%, 31%) |
| LAB | lab(44.1 39.0 50.8) |
| LCH | lch(44.1 64.0 52.5) |
| OKLCH | oklch(0.533 0.148 44.5) |
Copy-ready code
/* CSS */
color: #af490d;
background-color: #af490d;
/* Tailwind (arbitrary) */
class="text-[#af490d] bg-[#af490d]"
/* SCSS */
$brand: #af490d;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.051)
/* Android */
Color.parseColor("#af490d")Accessibility — WCAG contrast
Aa
#af490d on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af490d on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow92.6%
Key (black)31.4%
Color previews
#af490d text on a black background
contrast 3.78:1
Card sample
#af490d text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af490d;
Background color
Panel with #af490d background
background-color: #af490d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af490d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af490d; background: linear-gradient(135deg, #af490d, #A9AF0D);