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