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