#af652f
a dark, vivid orange · warm · closest name: sienna
RGB
175, 101, 47
HSL
25°, 58%, 44%
CMYK
0, 42, 73, 31
Luminance
0.1863
Every format
| HEX | #af652f |
| RGB | rgb(175, 101, 47) |
| HSL | hsl(25, 58%, 44%) |
| CMYK | cmyk(0%, 42%, 73%, 31%) |
| LAB | lab(50.3 25.3 42.2) |
| LCH | lch(50.3 49.2 59.0) |
| OKLCH | oklch(0.581 0.117 53.9) |
Copy-ready code
/* CSS */
color: #af652f;
background-color: #af652f;
/* Tailwind (arbitrary) */
class="text-[#af652f] bg-[#af652f]"
/* SCSS */
$brand: #af652f;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.184)
/* Android */
Color.parseColor("#af652f")Accessibility — WCAG contrast
Aa
#af652f on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af652f on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow73.1%
Key (black)31.4%
Color previews
#af652f text on a black background
contrast 4.73:1
Card sample
#af652f text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af652f;
Background color
Panel with #af652f background
background-color: #af652f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af652f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af652f; background: linear-gradient(135deg, #af652f, #A4AF2F);