#ada44d
a balanced, soft yellow · cool · closest name: olive
RGB
173, 164, 77
HSL
54°, 38%, 49%
CMYK
0, 5, 56, 32
Luminance
0.3597
Every format
| HEX | #ada44d |
| RGB | rgb(173, 164, 77) |
| HSL | hsl(54, 38%, 49%) |
| CMYK | cmyk(0%, 5%, 56%, 32%) |
| LAB | lab(66.5 -8.3 45.6) |
| LCH | lch(66.5 46.4 100.3) |
| OKLCH | oklch(0.708 0.109 103.4) |
Copy-ready code
/* CSS */
color: #ada44d;
background-color: #ada44d;
/* Tailwind (arbitrary) */
class="text-[#ada44d] bg-[#ada44d]"
/* SCSS */
$brand: #ada44d;
/* SwiftUI */
Color(red: 0.678, green: 0.643, blue: 0.302)
/* Android */
Color.parseColor("#ada44d")Accessibility — WCAG contrast
Aa
#ada44d on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada44d on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green64.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow55.5%
Key (black)32.2%
Color previews
#ada44d text on a black background
contrast 8.19:1
Card sample
#ada44d text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada44d;
Background color
Panel with #ada44d background
background-color: #ada44d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada44d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 164, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 164, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada44d; background: linear-gradient(135deg, #ada44d, #76AD4D);