#af620c
a dark, electric orange · warm · closest name: chocolate
RGB
175, 98, 12
HSL
32°, 87%, 37%
CMYK
0, 44, 93, 31
Luminance
0.1788
Every format
| HEX | #af620c |
| RGB | rgb(175, 98, 12) |
| HSL | hsl(32, 87%, 37%) |
| CMYK | cmyk(0%, 44%, 93%, 31%) |
| LAB | lab(49.4 25.9 54.8) |
| LCH | lch(49.4 60.6 64.7) |
| OKLCH | oklch(0.573 0.131 59.7) |
Copy-ready code
/* CSS */
color: #af620c;
background-color: #af620c;
/* Tailwind (arbitrary) */
class="text-[#af620c] bg-[#af620c]"
/* SCSS */
$brand: #af620c;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.047)
/* Android */
Color.parseColor("#af620c")Accessibility — WCAG contrast
Aa
#af620c on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af620c on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow93.1%
Key (black)31.4%
Color previews
#af620c text on a black background
contrast 4.58:1
Card sample
#af620c text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af620c;
Background color
Panel with #af620c background
background-color: #af620c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af620c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af620c; background: linear-gradient(135deg, #af620c, #8FAF0C);