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