#adbc2f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 188, 47
HSL
66°, 60%, 46%
CMYK
8, 0, 75, 26
Luminance
0.4506
Every format
| HEX | #adbc2f |
| RGB | rgb(173, 188, 47) |
| HSL | hsl(66, 60%, 46%) |
| CMYK | cmyk(8%, 0%, 75%, 26%) |
| LAB | lab(72.9 -22.5 64.6) |
| LCH | lch(72.9 68.4 109.2) |
| OKLCH | oklch(0.759 0.158 115.7) |
Copy-ready code
/* CSS */
color: #adbc2f;
background-color: #adbc2f;
/* Tailwind (arbitrary) */
class="text-[#adbc2f] bg-[#adbc2f]"
/* SCSS */
$brand: #adbc2f;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#adbc2f")Accessibility — WCAG contrast
Aa
#adbc2f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbc2f on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue18.4%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow75.0%
Key (black)26.3%
Color previews
#adbc2f text on a black background
contrast 10.01:1
Card sample
#adbc2f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbc2f;
Background color
Panel with #adbc2f background
background-color: #adbc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbc2f; background: linear-gradient(135deg, #adbc2f, #4FBC2F);