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