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