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