#adbb44
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 187, 68
HSL
67°, 47%, 50%
CMYK
8, 0, 64, 27
Luminance
0.4484
Every format
| HEX | #adbb44 |
| RGB | rgb(173, 187, 68) |
| HSL | hsl(67, 47%, 50%) |
| CMYK | cmyk(8%, 0%, 64%, 27%) |
| LAB | lab(72.8 -20.8 56.6) |
| LCH | lch(72.8 60.3 110.2) |
| OKLCH | oklch(0.758 0.143 115.6) |
Copy-ready code
/* CSS */
color: #adbb44;
background-color: #adbb44;
/* Tailwind (arbitrary) */
class="text-[#adbb44] bg-[#adbb44]"
/* SCSS */
$brand: #adbb44;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.267)
/* Android */
Color.parseColor("#adbb44")Accessibility — WCAG contrast
Aa
#adbb44 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb44 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue26.7%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow63.6%
Key (black)26.7%
Color previews
#adbb44 text on a black background
contrast 9.97:1
Card sample
#adbb44 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb44;
Background color
Panel with #adbb44 background
background-color: #adbb44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb44; background: linear-gradient(135deg, #adbb44, #5EBB44);