#af460c
a dark, electric orange · warm · closest name: chocolate
RGB
175, 70, 12
HSL
21°, 87%, 37%
CMYK
0, 60, 93, 31
Luminance
0.1352
Every format
| HEX | #af460c |
| RGB | rgb(175, 70, 12) |
| HSL | hsl(21, 87%, 37%) |
| CMYK | cmyk(0%, 60%, 93%, 31%) |
| LAB | lab(43.5 40.4 50.7) |
| LCH | lch(43.5 64.9 51.4) |
| OKLCH | oklch(0.528 0.150 43.2) |
Copy-ready code
/* CSS */
color: #af460c;
background-color: #af460c;
/* Tailwind (arbitrary) */
class="text-[#af460c] bg-[#af460c]"
/* SCSS */
$brand: #af460c;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.047)
/* Android */
Color.parseColor("#af460c")Accessibility — WCAG contrast
Aa
#af460c on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af460c on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow93.1%
Key (black)31.4%
Color previews
#af460c text on a black background
contrast 3.70:1
Card sample
#af460c text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af460c;
Background color
Panel with #af460c background
background-color: #af460c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af460c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af460c; background: linear-gradient(135deg, #af460c, #ACAF0C);