#adbc49
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 188, 73
HSL
68°, 46%, 51%
CMYK
8, 0, 61, 26
Luminance
0.4533
Every format
| HEX | #adbc49 |
| RGB | rgb(173, 188, 73) |
| HSL | hsl(68, 46%, 51%) |
| CMYK | cmyk(8%, 0%, 61%, 26%) |
| LAB | lab(73.1 -20.9 54.8) |
| LCH | lch(73.1 58.7 110.9) |
| OKLCH | oklch(0.761 0.140 116.1) |
Copy-ready code
/* CSS */
color: #adbc49;
background-color: #adbc49;
/* Tailwind (arbitrary) */
class="text-[#adbc49] bg-[#adbc49]"
/* SCSS */
$brand: #adbc49;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.286)
/* Android */
Color.parseColor("#adbc49")Accessibility — WCAG contrast
Aa
#adbc49 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbc49 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue28.6%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow61.2%
Key (black)26.3%
Color previews
#adbc49 text on a black background
contrast 10.07:1
Card sample
#adbc49 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbc49;
Background color
Panel with #adbc49 background
background-color: #adbc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbc49; background: linear-gradient(135deg, #adbc49, #60BC49);