#af5709
a dark, electric orange · warm · closest name: chocolate
RGB
175, 87, 9
HSL
28°, 90%, 36%
CMYK
0, 50, 95, 31
Luminance
0.1595
Every format
| HEX | #af5709 |
| RGB | rgb(175, 87, 9) |
| HSL | hsl(28, 90%, 36%) |
| CMYK | cmyk(0%, 50%, 95%, 31%) |
| LAB | lab(46.9 31.8 53.8) |
| LCH | lch(46.9 62.5 59.4) |
| OKLCH | oklch(0.554 0.138 52.7) |
Copy-ready code
/* CSS */
color: #af5709;
background-color: #af5709;
/* Tailwind (arbitrary) */
class="text-[#af5709] bg-[#af5709]"
/* SCSS */
$brand: #af5709;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.035)
/* Android */
Color.parseColor("#af5709")Accessibility — WCAG contrast
Aa
#af5709 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5709 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow94.9%
Key (black)31.4%
Color previews
#af5709 text on a black background
contrast 4.19:1
Card sample
#af5709 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5709;
Background color
Panel with #af5709 background
background-color: #af5709;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5709;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5709; background: linear-gradient(135deg, #af5709, #98AF09);