#adbb3d
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 187, 61
HSL
67°, 51%, 49%
CMYK
8, 0, 67, 27
Luminance
0.4476
Every format
| HEX | #adbb3d |
| RGB | rgb(173, 187, 61) |
| HSL | hsl(67, 51%, 49%) |
| CMYK | cmyk(8%, 0%, 67%, 27%) |
| LAB | lab(72.7 -21.2 59.4) |
| LCH | lch(72.7 63.1 109.7) |
| OKLCH | oklch(0.758 0.148 115.5) |
Copy-ready code
/* CSS */
color: #adbb3d;
background-color: #adbb3d;
/* Tailwind (arbitrary) */
class="text-[#adbb3d] bg-[#adbb3d]"
/* SCSS */
$brand: #adbb3d;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.239)
/* Android */
Color.parseColor("#adbb3d")Accessibility — WCAG contrast
Aa
#adbb3d on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb3d on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue23.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow67.4%
Key (black)26.7%
Color previews
#adbb3d text on a black background
contrast 9.95:1
Card sample
#adbb3d text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb3d;
Background color
Panel with #adbb3d background
background-color: #adbb3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb3d; background: linear-gradient(135deg, #adbb3d, #59BB3D);