#af894f
a balanced, soft orange · warm · closest name: peru
RGB
175, 137, 79
HSL
36°, 38%, 50%
CMYK
0, 22, 55, 31
Luminance
0.2757
Every format
| HEX | #af894f |
| RGB | rgb(175, 137, 79) |
| HSL | hsl(36, 38%, 50%) |
| CMYK | cmyk(0%, 22%, 55%, 31%) |
| LAB | lab(59.5 7.4 36.4) |
| LCH | lch(59.5 37.1 78.5) |
| OKLCH | oklch(0.654 0.089 76.8) |
Copy-ready code
/* CSS */
color: #af894f;
background-color: #af894f;
/* Tailwind (arbitrary) */
class="text-[#af894f] bg-[#af894f]"
/* SCSS */
$brand: #af894f;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.310)
/* Android */
Color.parseColor("#af894f")Accessibility — WCAG contrast
Aa
#af894f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af894f on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow54.9%
Key (black)31.4%
Color previews
#af894f text on a black background
contrast 6.51:1
Card sample
#af894f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af894f;
Background color
Panel with #af894f background
background-color: #af894f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af894f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af894f; background: linear-gradient(135deg, #af894f, #95AF4F);