#ad9413
a dark, electric yellow · cool · closest name: olive
RGB
173, 148, 19
HSL
50°, 80%, 38%
CMYK
0, 15, 89, 32
Luminance
0.3011
Every format
| HEX | #ad9413 |
| RGB | rgb(173, 148, 19) |
| HSL | hsl(50, 80%, 38%) |
| CMYK | cmyk(0%, 15%, 89%, 32%) |
| LAB | lab(61.8 -2.7 62.6) |
| LCH | lch(61.8 62.7 92.4) |
| OKLCH | oklch(0.669 0.134 96.5) |
Copy-ready code
/* CSS */
color: #ad9413;
background-color: #ad9413;
/* Tailwind (arbitrary) */
class="text-[#ad9413] bg-[#ad9413]"
/* SCSS */
$brand: #ad9413;
/* SwiftUI */
Color(red: 0.678, green: 0.580, blue: 0.075)
/* Android */
Color.parseColor("#ad9413")Accessibility — WCAG contrast
Aa
#ad9413 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9413 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow89.0%
Key (black)32.2%
Color previews
#ad9413 text on a black background
contrast 7.02:1
Card sample
#ad9413 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9413;
Background color
Panel with #ad9413 background
background-color: #ad9413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 148, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 148, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9413; background: linear-gradient(135deg, #ad9413, #5FAD13);