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