#af5017
a dark, electric orange · warm · closest name: chocolate
RGB
175, 80, 23
HSL
23°, 77%, 39%
CMYK
0, 54, 87, 31
Luminance
0.1491
Every format
| HEX | #af5017 |
| RGB | rgb(175, 80, 23) |
| HSL | hsl(23, 77%, 39%) |
| CMYK | cmyk(0%, 54%, 87%, 31%) |
| LAB | lab(45.5 35.7 48.5) |
| LCH | lch(45.5 60.2 53.6) |
| OKLCH | oklch(0.544 0.140 46.5) |
Copy-ready code
/* CSS */
color: #af5017;
background-color: #af5017;
/* Tailwind (arbitrary) */
class="text-[#af5017] bg-[#af5017]"
/* SCSS */
$brand: #af5017;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.090)
/* Android */
Color.parseColor("#af5017")Accessibility — WCAG contrast
Aa
#af5017 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5017 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow86.9%
Key (black)31.4%
Color previews
#af5017 text on a black background
contrast 3.98:1
Card sample
#af5017 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5017;
Background color
Panel with #af5017 background
background-color: #af5017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5017; background: linear-gradient(135deg, #af5017, #A9AF17);