#af7c3b
a balanced, vivid orange · warm · closest name: peru
RGB
175, 124, 59
HSL
34°, 50%, 46%
CMYK
0, 29, 66, 31
Luminance
0.2385
Every format
| HEX | #af7c3b |
| RGB | rgb(175, 124, 59) |
| HSL | hsl(34, 50%, 46%) |
| CMYK | cmyk(0%, 29%, 66%, 31%) |
| LAB | lab(55.9 13.2 42.5) |
| LCH | lch(55.9 44.5 72.8) |
| OKLCH | oklch(0.625 0.103 70.4) |
Copy-ready code
/* CSS */
color: #af7c3b;
background-color: #af7c3b;
/* Tailwind (arbitrary) */
class="text-[#af7c3b] bg-[#af7c3b]"
/* SCSS */
$brand: #af7c3b;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.231)
/* Android */
Color.parseColor("#af7c3b")Accessibility — WCAG contrast
Aa
#af7c3b on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7c3b on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow66.3%
Key (black)31.4%
Color previews
#af7c3b text on a black background
contrast 5.77:1
Card sample
#af7c3b text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7c3b;
Background color
Panel with #af7c3b background
background-color: #af7c3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7c3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7c3b; background: linear-gradient(135deg, #af7c3b, #95AF3B);