#af4802
a dark, electric orange · warm · closest name: chocolate
RGB
175, 72, 2
HSL
24°, 98%, 35%
CMYK
0, 59, 99, 31
Luminance
0.1375
Every format
| HEX | #af4802 |
| RGB | rgb(175, 72, 2) |
| HSL | hsl(24, 98%, 35%) |
| CMYK | cmyk(0%, 59%, 99%, 31%) |
| LAB | lab(43.9 39.3 53.7) |
| LCH | lch(43.9 66.5 53.8) |
| OKLCH | oklch(0.531 0.150 45.3) |
Copy-ready code
/* CSS */
color: #af4802;
background-color: #af4802;
/* Tailwind (arbitrary) */
class="text-[#af4802] bg-[#af4802]"
/* SCSS */
$brand: #af4802;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.008)
/* Android */
Color.parseColor("#af4802")Accessibility — WCAG contrast
Aa
#af4802 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4802 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow98.9%
Key (black)31.4%
Color previews
#af4802 text on a black background
contrast 3.75:1
Card sample
#af4802 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4802;
Background color
Panel with #af4802 background
background-color: #af4802;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4802;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4802; background: linear-gradient(135deg, #af4802, #A3AF02);