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