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