#adad39
a balanced, vivid yellow · cool · closest name: olive
RGB
173, 173, 57
HSL
60°, 50%, 45%
CMYK
0, 0, 67, 32
Luminance
0.3907
Every format
| HEX | #adad39 |
| RGB | rgb(173, 173, 57) |
| HSL | hsl(60, 50%, 45%) |
| CMYK | cmyk(0%, 0%, 67%, 32%) |
| LAB | lab(68.8 -14.4 57.0) |
| LCH | lch(68.8 58.7 104.2) |
| OKLCH | oklch(0.726 0.136 109.3) |
Copy-ready code
/* CSS */
color: #adad39;
background-color: #adad39;
/* Tailwind (arbitrary) */
class="text-[#adad39] bg-[#adad39]"
/* SCSS */
$brand: #adad39;
/* SwiftUI */
Color(red: 0.678, green: 0.678, blue: 0.224)
/* Android */
Color.parseColor("#adad39")Accessibility — WCAG contrast
Aa
#adad39 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adad39 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow67.1%
Key (black)32.2%
Color previews
#adad39 text on a black background
contrast 8.81:1
Card sample
#adad39 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adad39;
Background color
Panel with #adad39 background
background-color: #adad39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adad39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 173, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 173, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adad39; background: linear-gradient(135deg, #adad39, #60AD39);