#af6713
a dark, electric orange · warm · closest name: peru
RGB
175, 103, 19
HSL
32°, 80%, 38%
CMYK
0, 41, 89, 31
Luminance
0.1886
Every format
| HEX | #af6713 |
| RGB | rgb(175, 103, 19) |
| HSL | hsl(32, 80%, 38%) |
| CMYK | cmyk(0%, 41%, 89%, 31%) |
| LAB | lab(50.5 23.2 53.9) |
| LCH | lch(50.5 58.7 66.7) |
| OKLCH | oklch(0.582 0.127 62.4) |
Copy-ready code
/* CSS */
color: #af6713;
background-color: #af6713;
/* Tailwind (arbitrary) */
class="text-[#af6713] bg-[#af6713]"
/* SCSS */
$brand: #af6713;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.075)
/* Android */
Color.parseColor("#af6713")Accessibility — WCAG contrast
Aa
#af6713 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6713 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow89.1%
Key (black)31.4%
Color previews
#af6713 text on a black background
contrast 4.77:1
Card sample
#af6713 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6713;
Background color
Panel with #af6713 background
background-color: #af6713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6713; background: linear-gradient(135deg, #af6713, #8FAF13);