#af502e
a dark, vivid orange · warm · closest name: sienna
RGB
175, 80, 46
HSL
16°, 58%, 43%
CMYK
0, 54, 74, 31
Luminance
0.1505
Every format
| HEX | #af502e |
| RGB | rgb(175, 80, 46) |
| HSL | hsl(16, 58%, 43%) |
| CMYK | cmyk(0%, 54%, 74%, 31%) |
| LAB | lab(45.7 36.5 37.9) |
| LCH | lch(45.7 52.6 46.0) |
| OKLCH | oklch(0.546 0.133 39.6) |
Copy-ready code
/* CSS */
color: #af502e;
background-color: #af502e;
/* Tailwind (arbitrary) */
class="text-[#af502e] bg-[#af502e]"
/* SCSS */
$brand: #af502e;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.180)
/* Android */
Color.parseColor("#af502e")Accessibility — WCAG contrast
Aa
#af502e on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af502e on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow73.7%
Key (black)31.4%
Color previews
#af502e text on a black background
contrast 4.01:1
Card sample
#af502e text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af502e;
Background color
Panel with #af502e background
background-color: #af502e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af502e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af502e; background: linear-gradient(135deg, #af502e, #AFA62E);