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