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