#af592f
a dark, vivid orange · warm · closest name: sienna
RGB
175, 89, 47
HSL
20°, 58%, 44%
CMYK
0, 49, 73, 31
Luminance
0.1646
Every format
| HEX | #af592f |
| RGB | rgb(175, 89, 47) |
| HSL | hsl(20, 58%, 44%) |
| CMYK | cmyk(0%, 49%, 73%, 31%) |
| LAB | lab(47.6 31.9 39.4) |
| LCH | lch(47.6 50.6 51.0) |
| OKLCH | oklch(0.560 0.125 45.0) |
Copy-ready code
/* CSS */
color: #af592f;
background-color: #af592f;
/* Tailwind (arbitrary) */
class="text-[#af592f] bg-[#af592f]"
/* SCSS */
$brand: #af592f;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.184)
/* Android */
Color.parseColor("#af592f")Accessibility — WCAG contrast
Aa
#af592f on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af592f on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow73.1%
Key (black)31.4%
Color previews
#af592f text on a black background
contrast 4.29:1
Card sample
#af592f text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af592f;
Background color
Panel with #af592f background
background-color: #af592f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af592f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af592f; background: linear-gradient(135deg, #af592f, #AFAE2F);