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