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