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