#af7313
a dark, electric orange · warm · closest name: peru
RGB
175, 115, 19
HSL
37°, 80%, 38%
CMYK
0, 34, 89, 31
Luminance
0.2142
Every format
| HEX | #af7313 |
| RGB | rgb(175, 115, 19) |
| HSL | hsl(37, 80%, 38%) |
| CMYK | cmyk(0%, 34%, 89%, 31%) |
| LAB | lab(53.4 16.5 56.1) |
| LCH | lch(53.4 58.5 73.6) |
| OKLCH | oklch(0.604 0.124 71.5) |
Copy-ready code
/* CSS */
color: #af7313;
background-color: #af7313;
/* Tailwind (arbitrary) */
class="text-[#af7313] bg-[#af7313]"
/* SCSS */
$brand: #af7313;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.075)
/* Android */
Color.parseColor("#af7313")Accessibility — WCAG contrast
Aa
#af7313 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7313 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow89.1%
Key (black)31.4%
Color previews
#af7313 text on a black background
contrast 5.28:1
Card sample
#af7313 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7313;
Background color
Panel with #af7313 background
background-color: #af7313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7313; background: linear-gradient(135deg, #af7313, #83AF13);