#ac970c
a dark, electric yellow · cool · closest name: olive
RGB
172, 151, 12
HSL
52°, 87%, 36%
CMYK
0, 12, 93, 33
Luminance
0.3093
Every format
| HEX | #ac970c |
| RGB | rgb(172, 151, 12) |
| HSL | hsl(52, 87%, 36%) |
| CMYK | cmyk(0%, 12%, 93%, 33%) |
| LAB | lab(62.5 -4.9 64.4) |
| LCH | lch(62.5 64.6 94.3) |
| OKLCH | oklch(0.675 0.138 99.1) |
Copy-ready code
/* CSS */
color: #ac970c;
background-color: #ac970c;
/* Tailwind (arbitrary) */
class="text-[#ac970c] bg-[#ac970c]"
/* SCSS */
$brand: #ac970c;
/* SwiftUI */
Color(red: 0.675, green: 0.592, blue: 0.047)
/* Android */
Color.parseColor("#ac970c")Accessibility — WCAG contrast
Aa
#ac970c on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac970c on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow93.0%
Key (black)32.5%
Color previews
#ac970c text on a black background
contrast 7.19:1
Card sample
#ac970c text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac970c;
Background color
Panel with #ac970c background
background-color: #ac970c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac970c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 151, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 151, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac970c; background: linear-gradient(135deg, #ac970c, #56AC0C);