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