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