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