#af4c13
a dark, electric orange · warm · closest name: chocolate
RGB
175, 76, 19
HSL
22°, 80%, 38%
CMYK
0, 57, 89, 31
Luminance
0.1433
Every format
| HEX | #af4c13 |
| RGB | rgb(175, 76, 19) |
| HSL | hsl(22, 80%, 38%) |
| CMYK | cmyk(0%, 57%, 89%, 31%) |
| LAB | lab(44.7 37.6 49.3) |
| LCH | lch(44.7 62.0 52.7) |
| OKLCH | oklch(0.537 0.144 45.1) |
Copy-ready code
/* CSS */
color: #af4c13;
background-color: #af4c13;
/* Tailwind (arbitrary) */
class="text-[#af4c13] bg-[#af4c13]"
/* SCSS */
$brand: #af4c13;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#af4c13")Accessibility — WCAG contrast
Aa
#af4c13 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4c13 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow89.1%
Key (black)31.4%
Color previews
#af4c13 text on a black background
contrast 3.87:1
Card sample
#af4c13 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4c13;
Background color
Panel with #af4c13 background
background-color: #af4c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4c13; background: linear-gradient(135deg, #af4c13, #AAAF13);