#af5409
a dark, electric orange · warm · closest name: chocolate
RGB
175, 84, 9
HSL
27°, 90%, 36%
CMYK
0, 52, 95, 31
Luminance
0.1547
Every format
| HEX | #af5409 |
| RGB | rgb(175, 84, 9) |
| HSL | hsl(27, 90%, 36%) |
| CMYK | cmyk(0%, 52%, 95%, 31%) |
| LAB | lab(46.3 33.3 53.4) |
| LCH | lch(46.3 62.9 58.0) |
| OKLCH | oklch(0.549 0.140 50.9) |
Copy-ready code
/* CSS */
color: #af5409;
background-color: #af5409;
/* Tailwind (arbitrary) */
class="text-[#af5409] bg-[#af5409]"
/* SCSS */
$brand: #af5409;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.035)
/* Android */
Color.parseColor("#af5409")Accessibility — WCAG contrast
Aa
#af5409 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5409 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow94.9%
Key (black)31.4%
Color previews
#af5409 text on a black background
contrast 4.09:1
Card sample
#af5409 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5409;
Background color
Panel with #af5409 background
background-color: #af5409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5409; background: linear-gradient(135deg, #af5409, #9BAF09);