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