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