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