#af490b
a dark, electric orange · warm · closest name: chocolate
RGB
175, 73, 11
HSL
23°, 88%, 37%
CMYK
0, 58, 94, 31
Luminance
0.1390
Every format
| HEX | #af490b |
| RGB | rgb(175, 73, 11) |
| HSL | hsl(23, 88%, 37%) |
| CMYK | cmyk(0%, 58%, 94%, 31%) |
| LAB | lab(44.1 39.0 51.4) |
| LCH | lch(44.1 64.5 52.8) |
| OKLCH | oklch(0.533 0.148 44.8) |
Copy-ready code
/* CSS */
color: #af490b;
background-color: #af490b;
/* Tailwind (arbitrary) */
class="text-[#af490b] bg-[#af490b]"
/* SCSS */
$brand: #af490b;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.043)
/* Android */
Color.parseColor("#af490b")Accessibility — WCAG contrast
Aa
#af490b on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af490b on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow93.7%
Key (black)31.4%
Color previews
#af490b text on a black background
contrast 3.78:1
Card sample
#af490b text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af490b;
Background color
Panel with #af490b background
background-color: #af490b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af490b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af490b; background: linear-gradient(135deg, #af490b, #A8AF0B);