#ac7913
a dark, electric yellow · warm · closest name: peru
RGB
172, 121, 19
HSL
40°, 80%, 38%
CMYK
0, 30, 89, 33
Luminance
0.2249
Every format
| HEX | #ac7913 |
| RGB | rgb(172, 121, 19) |
| HSL | hsl(40, 80%, 38%) |
| CMYK | cmyk(0%, 30%, 89%, 33%) |
| LAB | lab(54.5 11.8 56.9) |
| LCH | lch(54.5 58.1 78.3) |
| OKLCH | oklch(0.613 0.123 77.8) |
Copy-ready code
/* CSS */
color: #ac7913;
background-color: #ac7913;
/* Tailwind (arbitrary) */
class="text-[#ac7913] bg-[#ac7913]"
/* SCSS */
$brand: #ac7913;
/* SwiftUI */
Color(red: 0.675, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#ac7913")Accessibility — WCAG contrast
Aa
#ac7913 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7913 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow89.0%
Key (black)32.5%
Color previews
#ac7913 text on a black background
contrast 5.50:1
Card sample
#ac7913 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7913;
Background color
Panel with #ac7913 background
background-color: #ac7913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7913; background: linear-gradient(135deg, #ac7913, #79AC13);