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