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