#adaf7b
a balanced, soft yellow · cool · closest name: tan
RGB
173, 175, 123
HSL
62°, 25%, 58%
CMYK
1, 0, 30, 31
Luminance
0.4097
Every format
| HEX | #adaf7b |
| RGB | rgb(173, 175, 123) |
| HSL | hsl(62, 25%, 58%) |
| CMYK | cmyk(1%, 0%, 30%, 31%) |
| LAB | lab(70.2 -9.1 26.5) |
| LCH | lch(70.2 28.0 109.0) |
| OKLCH | oklch(0.740 0.070 109.9) |
Copy-ready code
/* CSS */
color: #adaf7b;
background-color: #adaf7b;
/* Tailwind (arbitrary) */
class="text-[#adaf7b] bg-[#adaf7b]"
/* SCSS */
$brand: #adaf7b;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.482)
/* Android */
Color.parseColor("#adaf7b")Accessibility — WCAG contrast
Aa
#adaf7b on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaf7b on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue48.2%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow29.7%
Key (black)31.4%
Color previews
#adaf7b text on a black background
contrast 9.19:1
Card sample
#adaf7b text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaf7b;
Background color
Panel with #adaf7b background
background-color: #adaf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaf7b; background: linear-gradient(135deg, #adaf7b, #8AAF7B);