#af7d3c
a balanced, vivid orange · warm · closest name: peru
RGB
175, 125, 60
HSL
34°, 49%, 46%
CMYK
0, 29, 66, 31
Luminance
0.2411
Every format
| HEX | #af7d3c |
| RGB | rgb(175, 125, 60) |
| HSL | hsl(34, 49%, 46%) |
| CMYK | cmyk(0%, 29%, 66%, 31%) |
| LAB | lab(56.2 12.7 42.3) |
| LCH | lch(56.2 44.1 73.3) |
| OKLCH | oklch(0.627 0.103 71.1) |
Copy-ready code
/* CSS */
color: #af7d3c;
background-color: #af7d3c;
/* Tailwind (arbitrary) */
class="text-[#af7d3c] bg-[#af7d3c]"
/* SCSS */
$brand: #af7d3c;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 0.235)
/* Android */
Color.parseColor("#af7d3c")Accessibility — WCAG contrast
Aa
#af7d3c on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7d3c on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow65.7%
Key (black)31.4%
Color previews
#af7d3c text on a black background
contrast 5.82:1
Card sample
#af7d3c text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7d3c;
Background color
Panel with #af7d3c background
background-color: #af7d3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7d3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7d3c; background: linear-gradient(135deg, #af7d3c, #94AF3C);