#af682f
a dark, vivid orange · warm · closest name: sienna
RGB
175, 104, 47
HSL
27°, 58%, 44%
CMYK
0, 41, 73, 31
Luminance
0.1922
Every format
| HEX | #af682f |
| RGB | rgb(175, 104, 47) |
| HSL | hsl(27, 58%, 44%) |
| CMYK | cmyk(0%, 41%, 73%, 31%) |
| LAB | lab(51.0 23.7 43.0) |
| LCH | lch(51.0 49.0 61.1) |
| OKLCH | oklch(0.586 0.116 56.4) |
Copy-ready code
/* CSS */
color: #af682f;
background-color: #af682f;
/* Tailwind (arbitrary) */
class="text-[#af682f] bg-[#af682f]"
/* SCSS */
$brand: #af682f;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.184)
/* Android */
Color.parseColor("#af682f")Accessibility — WCAG contrast
Aa
#af682f on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af682f on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow73.1%
Key (black)31.4%
Color previews
#af682f text on a black background
contrast 4.84:1
Card sample
#af682f text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af682f;
Background color
Panel with #af682f background
background-color: #af682f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af682f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af682f; background: linear-gradient(135deg, #af682f, #A1AF2F);