#af762f
a dark, vivid orange · warm · closest name: peru
RGB
175, 118, 47
HSL
33°, 58%, 44%
CMYK
0, 33, 73, 31
Luminance
0.2228
Every format
| HEX | #af762f |
| RGB | rgb(175, 118, 47) |
| HSL | hsl(33, 58%, 44%) |
| CMYK | cmyk(0%, 33%, 73%, 31%) |
| LAB | lab(54.3 15.8 46.5) |
| LCH | lch(54.3 49.1 71.2) |
| OKLCH | oklch(0.612 0.111 68.6) |
Copy-ready code
/* CSS */
color: #af762f;
background-color: #af762f;
/* Tailwind (arbitrary) */
class="text-[#af762f] bg-[#af762f]"
/* SCSS */
$brand: #af762f;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.184)
/* Android */
Color.parseColor("#af762f")Accessibility — WCAG contrast
Aa
#af762f on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af762f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow73.1%
Key (black)31.4%
Color previews
#af762f text on a black background
contrast 5.46:1
Card sample
#af762f text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af762f;
Background color
Panel with #af762f background
background-color: #af762f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af762f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af762f; background: linear-gradient(135deg, #af762f, #93AF2F);