#af480f
a dark, electric orange · warm · closest name: chocolate
RGB
175, 72, 15
HSL
21°, 84%, 37%
CMYK
0, 59, 91, 31
Luminance
0.1378
Every format
| HEX | #af480f |
| RGB | rgb(175, 72, 15) |
| HSL | hsl(21, 84%, 37%) |
| CMYK | cmyk(0%, 59%, 91%, 31%) |
| LAB | lab(43.9 39.5 50.1) |
| LCH | lch(43.9 63.8 51.7) |
| OKLCH | oklch(0.531 0.148 43.7) |
Copy-ready code
/* CSS */
color: #af480f;
background-color: #af480f;
/* Tailwind (arbitrary) */
class="text-[#af480f] bg-[#af480f]"
/* SCSS */
$brand: #af480f;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.059)
/* Android */
Color.parseColor("#af480f")Accessibility — WCAG contrast
Aa
#af480f on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af480f on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow91.4%
Key (black)31.4%
Color previews
#af480f text on a black background
contrast 3.76:1
Card sample
#af480f text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af480f;
Background color
Panel with #af480f background
background-color: #af480f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af480f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af480f; background: linear-gradient(135deg, #af480f, #ABAF0F);