#af5706
a dark, electric orange · warm · closest name: chocolate
RGB
175, 87, 6
HSL
29°, 93%, 36%
CMYK
0, 50, 97, 31
Luminance
0.1594
Every format
| HEX | #af5706 |
| RGB | rgb(175, 87, 6) |
| HSL | hsl(29, 93%, 36%) |
| CMYK | cmyk(0%, 50%, 97%, 31%) |
| LAB | lab(46.9 31.7 54.5) |
| LCH | lch(46.9 63.1 59.8) |
| OKLCH | oklch(0.554 0.138 53.1) |
Copy-ready code
/* CSS */
color: #af5706;
background-color: #af5706;
/* Tailwind (arbitrary) */
class="text-[#af5706] bg-[#af5706]"
/* SCSS */
$brand: #af5706;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.024)
/* Android */
Color.parseColor("#af5706")Accessibility — WCAG contrast
Aa
#af5706 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5706 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow96.6%
Key (black)31.4%
Color previews
#af5706 text on a black background
contrast 4.19:1
Card sample
#af5706 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5706;
Background color
Panel with #af5706 background
background-color: #af5706;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5706;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5706; background: linear-gradient(135deg, #af5706, #96AF06);