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