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