#af7021
a dark, vivid orange · warm · closest name: peru
RGB
175, 112, 33
HSL
33°, 68%, 41%
CMYK
0, 36, 81, 31
Luminance
0.2081
Every format
| HEX | #af7021 |
| RGB | rgb(175, 112, 33) |
| HSL | hsl(33, 68%, 41%) |
| CMYK | cmyk(0%, 36%, 81%, 31%) |
| LAB | lab(52.8 18.6 50.9) |
| LCH | lch(52.8 54.2 69.9) |
| OKLCH | oklch(0.600 0.120 66.9) |
Copy-ready code
/* CSS */
color: #af7021;
background-color: #af7021;
/* Tailwind (arbitrary) */
class="text-[#af7021] bg-[#af7021]"
/* SCSS */
$brand: #af7021;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#af7021")Accessibility — WCAG contrast
Aa
#af7021 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7021 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow81.1%
Key (black)31.4%
Color previews
#af7021 text on a black background
contrast 5.16:1
Card sample
#af7021 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7021;
Background color
Panel with #af7021 background
background-color: #af7021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7021; background: linear-gradient(135deg, #af7021, #8FAF21);