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