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