#af832c
a dark, vivid orange · warm · closest name: peru
RGB
175, 131, 44
HSL
40°, 60%, 43%
CMYK
0, 25, 75, 31
Luminance
0.2553
Every format
| HEX | #af832c |
| RGB | rgb(175, 131, 44) |
| HSL | hsl(40, 60%, 43%) |
| CMYK | cmyk(0%, 25%, 75%, 31%) |
| LAB | lab(57.6 8.4 51.1) |
| LCH | lch(57.6 51.8 80.6) |
| OKLCH | oklch(0.637 0.114 80.6) |
Copy-ready code
/* CSS */
color: #af832c;
background-color: #af832c;
/* Tailwind (arbitrary) */
class="text-[#af832c] bg-[#af832c]"
/* SCSS */
$brand: #af832c;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.173)
/* Android */
Color.parseColor("#af832c")Accessibility — WCAG contrast
Aa
#af832c on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af832c on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow74.9%
Key (black)31.4%
Color previews
#af832c text on a black background
contrast 6.11:1
Card sample
#af832c text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af832c;
Background color
Panel with #af832c background
background-color: #af832c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af832c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af832c; background: linear-gradient(135deg, #af832c, #84AF2C);