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