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