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