#af4a09
a dark, electric orange · warm · closest name: chocolate
RGB
175, 74, 9
HSL
24°, 90%, 36%
CMYK
0, 58, 95, 31
Luminance
0.1403
Every format
| HEX | #af4a09 |
| RGB | rgb(175, 74, 9) |
| HSL | hsl(24, 90%, 36%) |
| CMYK | cmyk(0%, 58%, 95%, 31%) |
| LAB | lab(44.3 38.5 52.0) |
| LCH | lch(44.3 64.7 53.5) |
| OKLCH | oklch(0.534 0.147 45.5) |
Copy-ready code
/* CSS */
color: #af4a09;
background-color: #af4a09;
/* Tailwind (arbitrary) */
class="text-[#af4a09] bg-[#af4a09]"
/* SCSS */
$brand: #af4a09;
/* SwiftUI */
Color(red: 0.686, green: 0.290, blue: 0.035)
/* Android */
Color.parseColor("#af4a09")Accessibility — WCAG contrast
Aa
#af4a09 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4a09 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow94.9%
Key (black)31.4%
Color previews
#af4a09 text on a black background
contrast 3.81:1
Card sample
#af4a09 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4a09;
Background color
Panel with #af4a09 background
background-color: #af4a09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4a09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 74, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 74, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4a09; background: linear-gradient(135deg, #af4a09, #A5AF09);