#af4009
a dark, electric orange · warm · closest name: chocolate
RGB
175, 64, 9
HSL
20°, 90%, 36%
CMYK
0, 63, 95, 31
Luminance
0.1280
Every format
| HEX | #af4009 |
| RGB | rgb(175, 64, 9) |
| HSL | hsl(20, 90%, 36%) |
| CMYK | cmyk(0%, 63%, 95%, 31%) |
| LAB | lab(42.5 43.2 50.8) |
| LCH | lch(42.5 66.7 49.6) |
| OKLCH | oklch(0.520 0.156 40.9) |
Copy-ready code
/* CSS */
color: #af4009;
background-color: #af4009;
/* Tailwind (arbitrary) */
class="text-[#af4009] bg-[#af4009]"
/* SCSS */
$brand: #af4009;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.035)
/* Android */
Color.parseColor("#af4009")Accessibility — WCAG contrast
Aa
#af4009 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4009 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow94.9%
Key (black)31.4%
Color previews
#af4009 text on a black background
contrast 3.56:1
Card sample
#af4009 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4009;
Background color
Panel with #af4009 background
background-color: #af4009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4009; background: linear-gradient(135deg, #af4009, #AFAF09);