#af440f
a dark, electric orange · warm · closest name: chocolate
RGB
175, 68, 15
HSL
20°, 84%, 37%
CMYK
0, 61, 91, 31
Luminance
0.1328
Every format
| HEX | #af440f |
| RGB | rgb(175, 68, 15) |
| HSL | hsl(20, 84%, 37%) |
| CMYK | cmyk(0%, 61%, 91%, 31%) |
| LAB | lab(43.2 41.4 49.5) |
| LCH | lch(43.2 64.6 50.1) |
| OKLCH | oklch(0.526 0.152 41.8) |
Copy-ready code
/* CSS */
color: #af440f;
background-color: #af440f;
/* Tailwind (arbitrary) */
class="text-[#af440f] bg-[#af440f]"
/* SCSS */
$brand: #af440f;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.059)
/* Android */
Color.parseColor("#af440f")Accessibility — WCAG contrast
Aa
#af440f on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af440f on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow91.4%
Key (black)31.4%
Color previews
#af440f text on a black background
contrast 3.66:1
Card sample
#af440f text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af440f;
Background color
Panel with #af440f background
background-color: #af440f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af440f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af440f; background: linear-gradient(135deg, #af440f, #AFAF0F);