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