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