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