#af590e
a dark, electric orange · warm · closest name: chocolate
RGB
175, 89, 14
HSL
28°, 85%, 37%
CMYK
0, 49, 92, 31
Luminance
0.1629
Every format
| HEX | #af590e |
| RGB | rgb(175, 89, 14) |
| HSL | hsl(28, 85%, 37%) |
| CMYK | cmyk(0%, 49%, 92%, 31%) |
| LAB | lab(47.4 30.8 52.9) |
| LCH | lch(47.4 61.2 59.8) |
| OKLCH | oklch(0.558 0.136 53.4) |
Copy-ready code
/* CSS */
color: #af590e;
background-color: #af590e;
/* Tailwind (arbitrary) */
class="text-[#af590e] bg-[#af590e]"
/* SCSS */
$brand: #af590e;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.055)
/* Android */
Color.parseColor("#af590e")Accessibility — WCAG contrast
Aa
#af590e on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af590e on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow92.0%
Key (black)31.4%
Color previews
#af590e text on a black background
contrast 4.26:1
Card sample
#af590e text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af590e;
Background color
Panel with #af590e background
background-color: #af590e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af590e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af590e; background: linear-gradient(135deg, #af590e, #9AAF0E);