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