#af7c22
a dark, vivid orange · warm · closest name: peru
RGB
175, 124, 34
HSL
38°, 68%, 41%
CMYK
0, 29, 81, 31
Luminance
0.2364
Every format
| HEX | #af7c22 |
| RGB | rgb(175, 124, 34) |
| HSL | hsl(38, 68%, 41%) |
| CMYK | cmyk(0%, 29%, 81%, 31%) |
| LAB | lab(55.7 11.9 53.3) |
| LCH | lch(55.7 54.6 77.4) |
| OKLCH | oklch(0.623 0.119 76.5) |
Copy-ready code
/* CSS */
color: #af7c22;
background-color: #af7c22;
/* Tailwind (arbitrary) */
class="text-[#af7c22] bg-[#af7c22]"
/* SCSS */
$brand: #af7c22;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.133)
/* Android */
Color.parseColor("#af7c22")Accessibility — WCAG contrast
Aa
#af7c22 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7c22 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow80.6%
Key (black)31.4%
Color previews
#af7c22 text on a black background
contrast 5.73:1
Card sample
#af7c22 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7c22;
Background color
Panel with #af7c22 background
background-color: #af7c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7c22; background: linear-gradient(135deg, #af7c22, #84AF22);