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