#af5016
a dark, electric orange · warm · closest name: chocolate
RGB
175, 80, 22
HSL
23°, 78%, 39%
CMYK
0, 54, 87, 31
Luminance
0.1491
Every format
| HEX | #af5016 |
| RGB | rgb(175, 80, 22) |
| HSL | hsl(23, 78%, 39%) |
| CMYK | cmyk(0%, 54%, 87%, 31%) |
| LAB | lab(45.5 35.7 48.9) |
| LCH | lch(45.5 60.5 53.9) |
| OKLCH | oklch(0.544 0.140 46.7) |
Copy-ready code
/* CSS */
color: #af5016;
background-color: #af5016;
/* Tailwind (arbitrary) */
class="text-[#af5016] bg-[#af5016]"
/* SCSS */
$brand: #af5016;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.086)
/* Android */
Color.parseColor("#af5016")Accessibility — WCAG contrast
Aa
#af5016 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5016 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow87.4%
Key (black)31.4%
Color previews
#af5016 text on a black background
contrast 3.98:1
Card sample
#af5016 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5016;
Background color
Panel with #af5016 background
background-color: #af5016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5016; background: linear-gradient(135deg, #af5016, #A8AF16);