#af591c
a dark, vivid orange · warm · closest name: sienna
RGB
175, 89, 28
HSL
25°, 72%, 40%
CMYK
0, 49, 84, 31
Luminance
0.1634
Every format
| HEX | #af591c |
| RGB | rgb(175, 89, 28) |
| HSL | hsl(25, 72%, 40%) |
| CMYK | cmyk(0%, 49%, 84%, 31%) |
| LAB | lab(47.4 31.1 48.1) |
| LCH | lch(47.4 57.3 57.1) |
| OKLCH | oklch(0.558 0.132 50.9) |
Copy-ready code
/* CSS */
color: #af591c;
background-color: #af591c;
/* Tailwind (arbitrary) */
class="text-[#af591c] bg-[#af591c]"
/* SCSS */
$brand: #af591c;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.110)
/* Android */
Color.parseColor("#af591c")Accessibility — WCAG contrast
Aa
#af591c on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af591c on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow84.0%
Key (black)31.4%
Color previews
#af591c text on a black background
contrast 4.27:1
Card sample
#af591c text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af591c;
Background color
Panel with #af591c background
background-color: #af591c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af591c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af591c; background: linear-gradient(135deg, #af591c, #A3AF1C);