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