#af400f
a dark, electric orange · warm · closest name: chocolate
RGB
175, 64, 15
HSL
18°, 84%, 37%
CMYK
0, 63, 91, 31
Luminance
0.1282
Every format
| HEX | #af400f |
| RGB | rgb(175, 64, 15) |
| HSL | hsl(18, 84%, 37%) |
| CMYK | cmyk(0%, 63%, 91%, 31%) |
| LAB | lab(42.5 43.3 49.0) |
| LCH | lch(42.5 65.4 48.5) |
| OKLCH | oklch(0.521 0.155 40.1) |
Copy-ready code
/* CSS */
color: #af400f;
background-color: #af400f;
/* Tailwind (arbitrary) */
class="text-[#af400f] bg-[#af400f]"
/* SCSS */
$brand: #af400f;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.059)
/* Android */
Color.parseColor("#af400f")Accessibility — WCAG contrast
Aa
#af400f on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af400f on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow91.4%
Key (black)31.4%
Color previews
#af400f text on a black background
contrast 3.56:1
Card sample
#af400f text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af400f;
Background color
Panel with #af400f background
background-color: #af400f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af400f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af400f; background: linear-gradient(135deg, #af400f, #AFAB0F);