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