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