#af3709
a dark, electric orange · warm · closest name: firebrick
RGB
175, 55, 9
HSL
17°, 90%, 36%
CMYK
0, 69, 95, 31
Luminance
0.1187
Every format
| HEX | #af3709 |
| RGB | rgb(175, 55, 9) |
| HSL | hsl(17, 90%, 36%) |
| CMYK | cmyk(0%, 69%, 95%, 31%) |
| LAB | lab(41.0 47.1 49.9) |
| LCH | lch(41.0 68.6 46.6) |
| OKLCH | oklch(0.509 0.164 37.5) |
Copy-ready code
/* CSS */
color: #af3709;
background-color: #af3709;
/* Tailwind (arbitrary) */
class="text-[#af3709] bg-[#af3709]"
/* SCSS */
$brand: #af3709;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 0.035)
/* Android */
Color.parseColor("#af3709")Accessibility — WCAG contrast
Aa
#af3709 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3709 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow94.9%
Key (black)31.4%
Color previews
#af3709 text on a black background
contrast 3.37:1
Card sample
#af3709 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3709;
Background color
Panel with #af3709 background
background-color: #af3709;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3709;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3709; background: linear-gradient(135deg, #af3709, #AFA609);