#af4913
a dark, electric orange · warm · closest name: chocolate
RGB
175, 73, 19
HSL
21°, 80%, 38%
CMYK
0, 58, 89, 31
Luminance
0.1393
Every format
| HEX | #af4913 |
| RGB | rgb(175, 73, 19) |
| HSL | hsl(21, 80%, 38%) |
| CMYK | cmyk(0%, 58%, 89%, 31%) |
| LAB | lab(44.1 39.1 48.9) |
| LCH | lch(44.1 62.6 51.3) |
| OKLCH | oklch(0.533 0.147 43.5) |
Copy-ready code
/* CSS */
color: #af4913;
background-color: #af4913;
/* Tailwind (arbitrary) */
class="text-[#af4913] bg-[#af4913]"
/* SCSS */
$brand: #af4913;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#af4913")Accessibility — WCAG contrast
Aa
#af4913 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4913 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow89.1%
Key (black)31.4%
Color previews
#af4913 text on a black background
contrast 3.79:1
Card sample
#af4913 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4913;
Background color
Panel with #af4913 background
background-color: #af4913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4913; background: linear-gradient(135deg, #af4913, #ADAF13);