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