#af4113
a dark, electric orange · warm · closest name: firebrick
RGB
175, 65, 19
HSL
18°, 80%, 38%
CMYK
0, 63, 89, 31
Luminance
0.1294
Every format
| HEX | #af4113 |
| RGB | rgb(175, 65, 19) |
| HSL | hsl(18, 80%, 38%) |
| CMYK | cmyk(0%, 63%, 89%, 31%) |
| LAB | lab(42.7 42.9 47.7) |
| LCH | lch(42.7 64.2 48.0) |
| OKLCH | oklch(0.522 0.153 39.8) |
Copy-ready code
/* CSS */
color: #af4113;
background-color: #af4113;
/* Tailwind (arbitrary) */
class="text-[#af4113] bg-[#af4113]"
/* SCSS */
$brand: #af4113;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#af4113")Accessibility — WCAG contrast
Aa
#af4113 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4113 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow89.1%
Key (black)31.4%
Color previews
#af4113 text on a black background
contrast 3.59:1
Card sample
#af4113 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4113;
Background color
Panel with #af4113 background
background-color: #af4113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4113; background: linear-gradient(135deg, #af4113, #AFA913);