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