#adbb66
a balanced, soft yellow · cool · closest name: khaki
RGB
173, 187, 102
HSL
70°, 39%, 57%
CMYK
8, 0, 46, 27
Luminance
0.4538
Every format
| HEX | #adbb66 |
| RGB | rgb(173, 187, 102) |
| HSL | hsl(70, 39%, 57%) |
| CMYK | cmyk(8%, 0%, 46%, 27%) |
| LAB | lab(73.1 -17.8 41.2) |
| LCH | lch(73.1 44.9 113.4) |
| OKLCH | oklch(0.762 0.111 116.8) |
Copy-ready code
/* CSS */
color: #adbb66;
background-color: #adbb66;
/* Tailwind (arbitrary) */
class="text-[#adbb66] bg-[#adbb66]"
/* SCSS */
$brand: #adbb66;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.400)
/* Android */
Color.parseColor("#adbb66")Accessibility — WCAG contrast
Aa
#adbb66 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb66 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue40.0%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow45.5%
Key (black)26.7%
Color previews
#adbb66 text on a black background
contrast 10.08:1
Card sample
#adbb66 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb66;
Background color
Panel with #adbb66 background
background-color: #adbb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb66; background: linear-gradient(135deg, #adbb66, #74BB66);