#adad94
a balanced, muted yellow · cool · closest name: silver
RGB
173, 173, 148
HSL
60°, 13%, 63%
CMYK
0, 0, 15, 32
Luminance
0.4091
Every format
| HEX | #adad94 |
| RGB | rgb(173, 173, 148) |
| HSL | hsl(60, 13%, 63%) |
| CMYK | cmyk(0%, 0%, 15%, 32%) |
| LAB | lab(70.1 -4.4 12.9) |
| LCH | lch(70.1 13.6 108.8) |
| OKLCH | oklch(0.741 0.035 107.2) |
Copy-ready code
/* CSS */
color: #adad94;
background-color: #adad94;
/* Tailwind (arbitrary) */
class="text-[#adad94] bg-[#adad94]"
/* SCSS */
$brand: #adad94;
/* SwiftUI */
Color(red: 0.678, green: 0.678, blue: 0.580)
/* Android */
Color.parseColor("#adad94")Accessibility — WCAG contrast
Aa
#adad94 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adad94 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.8%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.5%
Key (black)32.2%
Color previews
#adad94 text on a black background
contrast 9.18:1
Card sample
#adad94 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adad94;
Background color
Panel with #adad94 background
background-color: #adad94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adad94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 173, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 173, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adad94; background: linear-gradient(135deg, #adad94, #9CAD94);