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