#adaf8c
a balanced, soft yellow · cool · closest name: tan
RGB
173, 175, 140
HSL
63°, 18%, 62%
CMYK
1, 0, 20, 31
Luminance
0.4144
Every format
| HEX | #adaf8c |
| RGB | rgb(173, 175, 140) |
| HSL | hsl(63, 18%, 62%) |
| CMYK | cmyk(1%, 0%, 20%, 31%) |
| LAB | lab(70.5 -6.7 17.8) |
| LCH | lch(70.5 19.0 110.7) |
| OKLCH | oklch(0.743 0.048 110.2) |
Copy-ready code
/* CSS */
color: #adaf8c;
background-color: #adaf8c;
/* Tailwind (arbitrary) */
class="text-[#adaf8c] bg-[#adaf8c]"
/* SCSS */
$brand: #adaf8c;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#adaf8c")Accessibility — WCAG contrast
Aa
#adaf8c on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaf8c on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue54.9%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow20.0%
Key (black)31.4%
Color previews
#adaf8c text on a black background
contrast 9.29:1
Card sample
#adaf8c text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaf8c;
Background color
Panel with #adaf8c background
background-color: #adaf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaf8c; background: linear-gradient(135deg, #adaf8c, #96AF8C);