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