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