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