#af600c
a dark, electric orange · warm · closest name: chocolate
RGB
175, 96, 12
HSL
31°, 87%, 37%
CMYK
0, 45, 93, 31
Luminance
0.1751
Every format
| HEX | #af600c |
| RGB | rgb(175, 96, 12) |
| HSL | hsl(31, 87%, 37%) |
| CMYK | cmyk(0%, 45%, 93%, 31%) |
| LAB | lab(48.9 26.9 54.5) |
| LCH | lch(48.9 60.8 63.7) |
| OKLCH | oklch(0.569 0.132 58.3) |
Copy-ready code
/* CSS */
color: #af600c;
background-color: #af600c;
/* Tailwind (arbitrary) */
class="text-[#af600c] bg-[#af600c]"
/* SCSS */
$brand: #af600c;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.047)
/* Android */
Color.parseColor("#af600c")Accessibility — WCAG contrast
Aa
#af600c on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af600c on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow93.1%
Key (black)31.4%
Color previews
#af600c text on a black background
contrast 4.50:1
Card sample
#af600c text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af600c;
Background color
Panel with #af600c background
background-color: #af600c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af600c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af600c; background: linear-gradient(135deg, #af600c, #92AF0C);