#adad2f
a dark, vivid yellow · cool · closest name: olive
RGB
173, 173, 47
HSL
60°, 57%, 43%
CMYK
0, 0, 73, 32
Luminance
0.3898
Every format
| HEX | #adad2f |
| RGB | rgb(173, 173, 47) |
| HSL | hsl(60, 57%, 43%) |
| CMYK | cmyk(0%, 0%, 73%, 32%) |
| LAB | lab(68.7 -14.9 60.6) |
| LCH | lch(68.7 62.5 103.8) |
| OKLCH | oklch(0.725 0.142 109.5) |
Copy-ready code
/* CSS */
color: #adad2f;
background-color: #adad2f;
/* Tailwind (arbitrary) */
class="text-[#adad2f] bg-[#adad2f]"
/* SCSS */
$brand: #adad2f;
/* SwiftUI */
Color(red: 0.678, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#adad2f")Accessibility — WCAG contrast
Aa
#adad2f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adad2f on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow72.8%
Key (black)32.2%
Color previews
#adad2f text on a black background
contrast 8.80:1
Card sample
#adad2f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adad2f;
Background color
Panel with #adad2f background
background-color: #adad2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adad2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adad2f; background: linear-gradient(135deg, #adad2f, #59AD2F);