#af560f
a dark, electric orange · warm · closest name: chocolate
RGB
175, 86, 15
HSL
27°, 84%, 37%
CMYK
0, 51, 91, 31
Luminance
0.1580
Every format
| HEX | #af560f |
| RGB | rgb(175, 86, 15) |
| HSL | hsl(27, 84%, 37%) |
| CMYK | cmyk(0%, 51%, 91%, 31%) |
| LAB | lab(46.7 32.4 52.1) |
| LCH | lch(46.7 61.4 58.1) |
| OKLCH | oklch(0.553 0.138 51.4) |
Copy-ready code
/* CSS */
color: #af560f;
background-color: #af560f;
/* Tailwind (arbitrary) */
class="text-[#af560f] bg-[#af560f]"
/* SCSS */
$brand: #af560f;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.059)
/* Android */
Color.parseColor("#af560f")Accessibility — WCAG contrast
Aa
#af560f on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af560f on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow91.4%
Key (black)31.4%
Color previews
#af560f text on a black background
contrast 4.16:1
Card sample
#af560f text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af560f;
Background color
Panel with #af560f background
background-color: #af560f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af560f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af560f; background: linear-gradient(135deg, #af560f, #9EAF0F);