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