#adbb4d
a balanced, soft yellow · cool · closest name: olivedrab
RGB
173, 187, 77
HSL
68°, 45%, 52%
CMYK
8, 0, 59, 27
Luminance
0.4496
Every format
| HEX | #adbb4d |
| RGB | rgb(173, 187, 77) |
| HSL | hsl(68, 45%, 52%) |
| CMYK | cmyk(8%, 0%, 59%, 27%) |
| LAB | lab(72.9 -20.1 52.8) |
| LCH | lch(72.9 56.5 110.9) |
| OKLCH | oklch(0.759 0.135 115.8) |
Copy-ready code
/* CSS */
color: #adbb4d;
background-color: #adbb4d;
/* Tailwind (arbitrary) */
class="text-[#adbb4d] bg-[#adbb4d]"
/* SCSS */
$brand: #adbb4d;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.302)
/* Android */
Color.parseColor("#adbb4d")Accessibility — WCAG contrast
Aa
#adbb4d on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb4d on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue30.2%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow58.8%
Key (black)26.7%
Color previews
#adbb4d text on a black background
contrast 9.99:1
Card sample
#adbb4d text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb4d;
Background color
Panel with #adbb4d background
background-color: #adbb4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb4d; background: linear-gradient(135deg, #adbb4d, #64BB4D);