#adbb5d
a balanced, soft yellow · cool · closest name: khaki
RGB
173, 187, 93
HSL
69°, 41%, 55%
CMYK
8, 0, 50, 27
Luminance
0.4522
Every format
| HEX | #adbb5d |
| RGB | rgb(173, 187, 93) |
| HSL | hsl(69, 41%, 55%) |
| CMYK | cmyk(8%, 0%, 50%, 27%) |
| LAB | lab(73.0 -18.8 45.5) |
| LCH | lch(73.0 49.2 112.4) |
| OKLCH | oklch(0.761 0.120 116.3) |
Copy-ready code
/* CSS */
color: #adbb5d;
background-color: #adbb5d;
/* Tailwind (arbitrary) */
class="text-[#adbb5d] bg-[#adbb5d]"
/* SCSS */
$brand: #adbb5d;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.365)
/* Android */
Color.parseColor("#adbb5d")Accessibility — WCAG contrast
Aa
#adbb5d on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb5d on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue36.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow50.3%
Key (black)26.7%
Color previews
#adbb5d text on a black background
contrast 10.04:1
Card sample
#adbb5d text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb5d;
Background color
Panel with #adbb5d background
background-color: #adbb5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb5d; background: linear-gradient(135deg, #adbb5d, #6EBB5D);