#af7921
a dark, vivid orange · warm · closest name: peru
RGB
175, 121, 33
HSL
37°, 68%, 41%
CMYK
0, 31, 81, 31
Luminance
0.2290
Every format
| HEX | #af7921 |
| RGB | rgb(175, 121, 33) |
| HSL | hsl(37, 68%, 41%) |
| CMYK | cmyk(0%, 31%, 81%, 31%) |
| LAB | lab(55.0 13.6 52.9) |
| LCH | lch(55.0 54.6 75.6) |
| OKLCH | oklch(0.617 0.119 74.3) |
Copy-ready code
/* CSS */
color: #af7921;
background-color: #af7921;
/* Tailwind (arbitrary) */
class="text-[#af7921] bg-[#af7921]"
/* SCSS */
$brand: #af7921;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#af7921")Accessibility — WCAG contrast
Aa
#af7921 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7921 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow81.1%
Key (black)31.4%
Color previews
#af7921 text on a black background
contrast 5.58:1
Card sample
#af7921 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7921;
Background color
Panel with #af7921 background
background-color: #af7921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7921; background: linear-gradient(135deg, #af7921, #86AF21);