#adbb1d
a dark, vivid yellow · cool · closest name: olive
RGB
173, 187, 29
HSL
65°, 73%, 42%
CMYK
8, 0, 85, 27
Luminance
0.4451
Every format
| HEX | #adbb1d |
| RGB | rgb(173, 187, 29) |
| HSL | hsl(65, 73%, 42%) |
| CMYK | cmyk(8%, 0%, 85%, 27%) |
| LAB | lab(72.6 -22.6 69.3) |
| LCH | lch(72.6 72.9 108.1) |
| OKLCH | oklch(0.756 0.165 115.2) |
Copy-ready code
/* CSS */
color: #adbb1d;
background-color: #adbb1d;
/* Tailwind (arbitrary) */
class="text-[#adbb1d] bg-[#adbb1d]"
/* SCSS */
$brand: #adbb1d;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.114)
/* Android */
Color.parseColor("#adbb1d")Accessibility — WCAG contrast
Aa
#adbb1d on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb1d on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue11.4%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow84.5%
Key (black)26.7%
Color previews
#adbb1d text on a black background
contrast 9.90:1
Card sample
#adbb1d text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb1d;
Background color
Panel with #adbb1d background
background-color: #adbb1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb1d; background: linear-gradient(135deg, #adbb1d, #44BB1D);