#ac810c
a dark, electric yellow · warm · closest name: peru
RGB
172, 129, 12
HSL
44°, 87%, 36%
CMYK
0, 25, 93, 33
Luminance
0.2450
Every format
| HEX | #ac810c |
| RGB | rgb(172, 129, 12) |
| HSL | hsl(44, 87%, 36%) |
| CMYK | cmyk(0%, 25%, 93%, 33%) |
| LAB | lab(56.6 7.2 60.0) |
| LCH | lch(56.6 60.4 83.2) |
| OKLCH | oklch(0.628 0.126 84.4) |
Copy-ready code
/* CSS */
color: #ac810c;
background-color: #ac810c;
/* Tailwind (arbitrary) */
class="text-[#ac810c] bg-[#ac810c]"
/* SCSS */
$brand: #ac810c;
/* SwiftUI */
Color(red: 0.675, green: 0.506, blue: 0.047)
/* Android */
Color.parseColor("#ac810c")Accessibility — WCAG contrast
Aa
#ac810c on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac810c on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green50.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow93.0%
Key (black)32.5%
Color previews
#ac810c text on a black background
contrast 5.90:1
Card sample
#ac810c text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac810c;
Background color
Panel with #ac810c background
background-color: #ac810c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac810c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 129, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 129, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac810c; background: linear-gradient(135deg, #ac810c, #6CAC0C);