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