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