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