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