#af720d
a dark, electric orange · warm · closest name: peru
RGB
175, 114, 13
HSL
37°, 86%, 37%
CMYK
0, 35, 93, 31
Luminance
0.2118
Every format
| HEX | #af720d |
| RGB | rgb(175, 114, 13) |
| HSL | hsl(37, 86%, 37%) |
| CMYK | cmyk(0%, 35%, 93%, 31%) |
| LAB | lab(53.1 17.0 57.4) |
| LCH | lch(53.1 59.9 73.5) |
| OKLCH | oklch(0.602 0.126 71.3) |
Copy-ready code
/* CSS */
color: #af720d;
background-color: #af720d;
/* Tailwind (arbitrary) */
class="text-[#af720d] bg-[#af720d]"
/* SCSS */
$brand: #af720d;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.051)
/* Android */
Color.parseColor("#af720d")Accessibility — WCAG contrast
Aa
#af720d on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af720d on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow92.6%
Key (black)31.4%
Color previews
#af720d text on a black background
contrast 5.24:1
Card sample
#af720d text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af720d;
Background color
Panel with #af720d background
background-color: #af720d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af720d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af720d; background: linear-gradient(135deg, #af720d, #80AF0D);