#af5014
a dark, electric orange · warm · closest name: chocolate
RGB
175, 80, 20
HSL
23°, 80%, 38%
CMYK
0, 54, 89, 31
Luminance
0.1490
Every format
| HEX | #af5014 |
| RGB | rgb(175, 80, 20) |
| HSL | hsl(23, 80%, 38%) |
| CMYK | cmyk(0%, 54%, 89%, 31%) |
| LAB | lab(45.5 35.6 49.6) |
| LCH | lch(45.5 61.0 54.3) |
| OKLCH | oklch(0.543 0.141 47.1) |
Copy-ready code
/* CSS */
color: #af5014;
background-color: #af5014;
/* Tailwind (arbitrary) */
class="text-[#af5014] bg-[#af5014]"
/* SCSS */
$brand: #af5014;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.078)
/* Android */
Color.parseColor("#af5014")Accessibility — WCAG contrast
Aa
#af5014 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5014 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow88.6%
Key (black)31.4%
Color previews
#af5014 text on a black background
contrast 3.98:1
Card sample
#af5014 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5014;
Background color
Panel with #af5014 background
background-color: #af5014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5014; background: linear-gradient(135deg, #af5014, #A7AF14);