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