#adab2f
a dark, vivid yellow · cool · closest name: olive
RGB
173, 171, 47
HSL
59°, 57%, 43%
CMYK
0, 1, 73, 32
Luminance
0.3822
Every format
| HEX | #adab2f |
| RGB | rgb(173, 171, 47) |
| HSL | hsl(59, 57%, 43%) |
| CMYK | cmyk(0%, 1%, 73%, 32%) |
| LAB | lab(68.2 -13.9 60.1) |
| LCH | lch(68.2 61.7 103.0) |
| OKLCH | oklch(0.721 0.140 108.5) |
Copy-ready code
/* CSS */
color: #adab2f;
background-color: #adab2f;
/* Tailwind (arbitrary) */
class="text-[#adab2f] bg-[#adab2f]"
/* SCSS */
$brand: #adab2f;
/* SwiftUI */
Color(red: 0.678, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#adab2f")Accessibility — WCAG contrast
Aa
#adab2f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adab2f on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow72.8%
Key (black)32.2%
Color previews
#adab2f text on a black background
contrast 8.64:1
Card sample
#adab2f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adab2f;
Background color
Panel with #adab2f background
background-color: #adab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adab2f; background: linear-gradient(135deg, #adab2f, #5BAD2F);