#af4401
a dark, electric orange · warm · closest name: chocolate
RGB
175, 68, 1
HSL
23°, 99%, 35%
CMYK
0, 61, 99, 31
Luminance
0.1325
Every format
| HEX | #af4401 |
| RGB | rgb(175, 68, 1) |
| HSL | hsl(23, 99%, 35%) |
| CMYK | cmyk(0%, 61%, 99%, 31%) |
| LAB | lab(43.1 41.3 53.5) |
| LCH | lch(43.1 67.6 52.4) |
| OKLCH | oklch(0.525 0.153 43.6) |
Copy-ready code
/* CSS */
color: #af4401;
background-color: #af4401;
/* Tailwind (arbitrary) */
class="text-[#af4401] bg-[#af4401]"
/* SCSS */
$brand: #af4401;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.004)
/* Android */
Color.parseColor("#af4401")Accessibility — WCAG contrast
Aa
#af4401 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4401 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow99.4%
Key (black)31.4%
Color previews
#af4401 text on a black background
contrast 3.65:1
Card sample
#af4401 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4401;
Background color
Panel with #af4401 background
background-color: #af4401;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4401;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4401; background: linear-gradient(135deg, #af4401, #A6AF01);