#ac770f
a dark, electric orange · warm · closest name: peru
RGB
172, 119, 15
HSL
40°, 84%, 37%
CMYK
0, 31, 91, 33
Luminance
0.2200
Every format
| HEX | #ac770f |
| RGB | rgb(172, 119, 15) |
| HSL | hsl(40, 84%, 37%) |
| CMYK | cmyk(0%, 31%, 91%, 33%) |
| LAB | lab(54.0 12.8 57.5) |
| LCH | lch(54.0 58.9 77.4) |
| OKLCH | oklch(0.608 0.124 76.6) |
Copy-ready code
/* CSS */
color: #ac770f;
background-color: #ac770f;
/* Tailwind (arbitrary) */
class="text-[#ac770f] bg-[#ac770f]"
/* SCSS */
$brand: #ac770f;
/* SwiftUI */
Color(red: 0.675, green: 0.467, blue: 0.059)
/* Android */
Color.parseColor("#ac770f")Accessibility — WCAG contrast
Aa
#ac770f on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac770f on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow91.3%
Key (black)32.5%
Color previews
#ac770f text on a black background
contrast 5.40:1
Card sample
#ac770f text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac770f;
Background color
Panel with #ac770f background
background-color: #ac770f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac770f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 119, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 119, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac770f; background: linear-gradient(135deg, #ac770f, #79AC0F);