#adbb59
a balanced, soft yellow · cool · closest name: khaki
RGB
173, 187, 89
HSL
69°, 42%, 54%
CMYK
8, 0, 52, 27
Luminance
0.4515
Every format
| HEX | #adbb59 |
| RGB | rgb(173, 187, 89) |
| HSL | hsl(69, 42%, 54%) |
| CMYK | cmyk(8%, 0%, 52%, 27%) |
| LAB | lab(73.0 -19.1 47.4) |
| LCH | lch(73.0 51.1 112.0) |
| OKLCH | oklch(0.760 0.124 116.2) |
Copy-ready code
/* CSS */
color: #adbb59;
background-color: #adbb59;
/* Tailwind (arbitrary) */
class="text-[#adbb59] bg-[#adbb59]"
/* SCSS */
$brand: #adbb59;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.349)
/* Android */
Color.parseColor("#adbb59")Accessibility — WCAG contrast
Aa
#adbb59 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb59 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue34.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow52.4%
Key (black)26.7%
Color previews
#adbb59 text on a black background
contrast 10.03:1
Card sample
#adbb59 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb59;
Background color
Panel with #adbb59 background
background-color: #adbb59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb59; background: linear-gradient(135deg, #adbb59, #6CBB59);