#af883d
a balanced, vivid orange · warm · closest name: peru
RGB
175, 136, 61
HSL
40°, 48%, 46%
CMYK
0, 22, 65, 31
Luminance
0.2706
Every format
| HEX | #af883d |
| RGB | rgb(175, 136, 61) |
| HSL | hsl(40, 48%, 46%) |
| CMYK | cmyk(0%, 22%, 65%, 31%) |
| LAB | lab(59.0 6.6 44.9) |
| LCH | lch(59.0 45.4 81.6) |
| OKLCH | oklch(0.649 0.104 81.4) |
Copy-ready code
/* CSS */
color: #af883d;
background-color: #af883d;
/* Tailwind (arbitrary) */
class="text-[#af883d] bg-[#af883d]"
/* SCSS */
$brand: #af883d;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.239)
/* Android */
Color.parseColor("#af883d")Accessibility — WCAG contrast
Aa
#af883d on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af883d on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow65.1%
Key (black)31.4%
Color previews
#af883d text on a black background
contrast 6.41:1
Card sample
#af883d text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af883d;
Background color
Panel with #af883d background
background-color: #af883d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af883d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af883d; background: linear-gradient(135deg, #af883d, #8AAF3D);