#af7017
a dark, electric orange · warm · closest name: peru
RGB
175, 112, 23
HSL
35°, 77%, 39%
CMYK
0, 36, 87, 31
Luminance
0.2076
Every format
| HEX | #af7017 |
| RGB | rgb(175, 112, 23) |
| HSL | hsl(35, 77%, 39%) |
| CMYK | cmyk(0%, 36%, 87%, 31%) |
| LAB | lab(52.7 18.3 54.4) |
| LCH | lch(52.7 57.4 71.4) |
| OKLCH | oklch(0.599 0.123 68.6) |
Copy-ready code
/* CSS */
color: #af7017;
background-color: #af7017;
/* Tailwind (arbitrary) */
class="text-[#af7017] bg-[#af7017]"
/* SCSS */
$brand: #af7017;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.090)
/* Android */
Color.parseColor("#af7017")Accessibility — WCAG contrast
Aa
#af7017 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7017 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow86.9%
Key (black)31.4%
Color previews
#af7017 text on a black background
contrast 5.15:1
Card sample
#af7017 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7017;
Background color
Panel with #af7017 background
background-color: #af7017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7017; background: linear-gradient(135deg, #af7017, #89AF17);