#af700c
a dark, electric orange · warm · closest name: peru
RGB
175, 112, 12
HSL
37°, 87%, 37%
CMYK
0, 36, 93, 31
Luminance
0.2073
Every format
| HEX | #af700c |
| RGB | rgb(175, 112, 12) |
| HSL | hsl(37, 87%, 37%) |
| CMYK | cmyk(0%, 36%, 93%, 31%) |
| LAB | lab(52.6 18.1 57.2) |
| LCH | lch(52.6 60.0 72.5) |
| OKLCH | oklch(0.599 0.127 69.9) |
Copy-ready code
/* CSS */
color: #af700c;
background-color: #af700c;
/* Tailwind (arbitrary) */
class="text-[#af700c] bg-[#af700c]"
/* SCSS */
$brand: #af700c;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.047)
/* Android */
Color.parseColor("#af700c")Accessibility — WCAG contrast
Aa
#af700c on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af700c on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow93.1%
Key (black)31.4%
Color previews
#af700c text on a black background
contrast 5.15:1
Card sample
#af700c text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af700c;
Background color
Panel with #af700c background
background-color: #af700c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af700c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af700c; background: linear-gradient(135deg, #af700c, #81AF0C);