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