#ad9b3f
a balanced, vivid yellow · cool · closest name: olive
RGB
173, 155, 63
HSL
50°, 47%, 46%
CMYK
0, 10, 64, 32
Luminance
0.3269
Every format
| HEX | #ad9b3f |
| RGB | rgb(173, 155, 63) |
| HSL | hsl(50, 47%, 46%) |
| CMYK | cmyk(0%, 10%, 64%, 32%) |
| LAB | lab(63.9 -4.5 49.3) |
| LCH | lch(63.9 49.5 95.3) |
| OKLCH | oklch(0.687 0.114 98.2) |
Copy-ready code
/* CSS */
color: #ad9b3f;
background-color: #ad9b3f;
/* Tailwind (arbitrary) */
class="text-[#ad9b3f] bg-[#ad9b3f]"
/* SCSS */
$brand: #ad9b3f;
/* SwiftUI */
Color(red: 0.678, green: 0.608, blue: 0.247)
/* Android */
Color.parseColor("#ad9b3f")Accessibility — WCAG contrast
Aa
#ad9b3f on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9b3f on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green60.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow63.6%
Key (black)32.2%
Color previews
#ad9b3f text on a black background
contrast 7.54:1
Card sample
#ad9b3f text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9b3f;
Background color
Panel with #ad9b3f background
background-color: #ad9b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 155, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 155, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9b3f; background: linear-gradient(135deg, #ad9b3f, #76AD3F);