#af640d
a dark, electric orange · warm · closest name: chocolate
RGB
175, 100, 13
HSL
32°, 86%, 37%
CMYK
0, 43, 93, 31
Luminance
0.1826
Every format
| HEX | #af640d |
| RGB | rgb(175, 100, 13) |
| HSL | hsl(32, 86%, 37%) |
| CMYK | cmyk(0%, 43%, 93%, 31%) |
| LAB | lab(49.8 24.8 54.9) |
| LCH | lch(49.8 60.3 65.7) |
| OKLCH | oklch(0.577 0.130 61.0) |
Copy-ready code
/* CSS */
color: #af640d;
background-color: #af640d;
/* Tailwind (arbitrary) */
class="text-[#af640d] bg-[#af640d]"
/* SCSS */
$brand: #af640d;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.051)
/* Android */
Color.parseColor("#af640d")Accessibility — WCAG contrast
Aa
#af640d on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af640d on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow92.6%
Key (black)31.4%
Color previews
#af640d text on a black background
contrast 4.65:1
Card sample
#af640d text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af640d;
Background color
Panel with #af640d background
background-color: #af640d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af640d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af640d; background: linear-gradient(135deg, #af640d, #8EAF0D);