#af7b3d
a balanced, vivid orange · warm · closest name: peru
RGB
175, 123, 61
HSL
33°, 48%, 46%
CMYK
0, 30, 65, 31
Luminance
0.2362
Every format
| HEX | #af7b3d |
| RGB | rgb(175, 123, 61) |
| HSL | hsl(33, 48%, 46%) |
| CMYK | cmyk(0%, 30%, 65%, 31%) |
| LAB | lab(55.7 13.9 41.2) |
| LCH | lch(55.7 43.5 71.4) |
| OKLCH | oklch(0.623 0.102 68.8) |
Copy-ready code
/* CSS */
color: #af7b3d;
background-color: #af7b3d;
/* Tailwind (arbitrary) */
class="text-[#af7b3d] bg-[#af7b3d]"
/* SCSS */
$brand: #af7b3d;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.239)
/* Android */
Color.parseColor("#af7b3d")Accessibility — WCAG contrast
Aa
#af7b3d on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7b3d on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow65.1%
Key (black)31.4%
Color previews
#af7b3d text on a black background
contrast 5.72:1
Card sample
#af7b3d text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7b3d;
Background color
Panel with #af7b3d background
background-color: #af7b3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7b3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7b3d; background: linear-gradient(135deg, #af7b3d, #97AF3D);