#af660c
a dark, electric orange · warm · closest name: peru
RGB
175, 102, 12
HSL
33°, 87%, 37%
CMYK
0, 42, 93, 31
Luminance
0.1864
Every format
| HEX | #af660c |
| RGB | rgb(175, 102, 12) |
| HSL | hsl(33, 87%, 37%) |
| CMYK | cmyk(0%, 42%, 93%, 31%) |
| LAB | lab(50.3 23.6 55.5) |
| LCH | lch(50.3 60.3 66.9) |
| OKLCH | oklch(0.580 0.129 62.5) |
Copy-ready code
/* CSS */
color: #af660c;
background-color: #af660c;
/* Tailwind (arbitrary) */
class="text-[#af660c] bg-[#af660c]"
/* SCSS */
$brand: #af660c;
/* SwiftUI */
Color(red: 0.686, green: 0.400, blue: 0.047)
/* Android */
Color.parseColor("#af660c")Accessibility — WCAG contrast
Aa
#af660c on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af660c on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow93.1%
Key (black)31.4%
Color previews
#af660c text on a black background
contrast 4.73:1
Card sample
#af660c text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af660c;
Background color
Panel with #af660c background
background-color: #af660c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af660c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 102, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 102, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af660c; background: linear-gradient(135deg, #af660c, #8CAF0C);