#af873c
a balanced, vivid orange · warm · closest name: peru
RGB
175, 135, 60
HSL
39°, 49%, 46%
CMYK
0, 23, 66, 31
Luminance
0.2677
Every format
| HEX | #af873c |
| RGB | rgb(175, 135, 60) |
| HSL | hsl(39, 49%, 46%) |
| CMYK | cmyk(0%, 23%, 66%, 31%) |
| LAB | lab(58.8 7.1 45.1) |
| LCH | lch(58.8 45.6 81.1) |
| OKLCH | oklch(0.647 0.104 80.7) |
Copy-ready code
/* CSS */
color: #af873c;
background-color: #af873c;
/* Tailwind (arbitrary) */
class="text-[#af873c] bg-[#af873c]"
/* SCSS */
$brand: #af873c;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.235)
/* Android */
Color.parseColor("#af873c")Accessibility — WCAG contrast
Aa
#af873c on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af873c on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow65.7%
Key (black)31.4%
Color previews
#af873c text on a black background
contrast 6.35:1
Card sample
#af873c text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af873c;
Background color
Panel with #af873c background
background-color: #af873c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af873c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af873c; background: linear-gradient(135deg, #af873c, #8AAF3C);