#af7c2c
a dark, vivid orange · warm · closest name: peru
RGB
175, 124, 44
HSL
37°, 60%, 43%
CMYK
0, 29, 75, 31
Luminance
0.2371
Every format
| HEX | #af7c2c |
| RGB | rgb(175, 124, 44) |
| HSL | hsl(37, 60%, 43%) |
| CMYK | cmyk(0%, 29%, 75%, 31%) |
| LAB | lab(55.8 12.3 49.3) |
| LCH | lch(55.8 50.8 76.0) |
| OKLCH | oklch(0.624 0.113 74.6) |
Copy-ready code
/* CSS */
color: #af7c2c;
background-color: #af7c2c;
/* Tailwind (arbitrary) */
class="text-[#af7c2c] bg-[#af7c2c]"
/* SCSS */
$brand: #af7c2c;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.173)
/* Android */
Color.parseColor("#af7c2c")Accessibility — WCAG contrast
Aa
#af7c2c on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7c2c on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow74.9%
Key (black)31.4%
Color previews
#af7c2c text on a black background
contrast 5.74:1
Card sample
#af7c2c text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7c2c;
Background color
Panel with #af7c2c background
background-color: #af7c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7c2c; background: linear-gradient(135deg, #af7c2c, #8BAF2C);