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