#adc992
a light, soft green · cool · closest name: tan
RGB
173, 201, 146
HSL
91°, 34%, 68%
CMYK
14, 0, 27, 21
Luminance
0.5273
Every format
| HEX | #adc992 |
| RGB | rgb(173, 201, 146) |
| HSL | hsl(91, 34%, 68%) |
| CMYK | cmyk(14%, 0%, 27%, 21%) |
| LAB | lab(77.7 -19.2 24.5) |
| LCH | lch(77.7 31.1 128.1) |
| OKLCH | oklch(0.801 0.081 130.0) |
Copy-ready code
/* CSS */
color: #adc992;
background-color: #adc992;
/* Tailwind (arbitrary) */
class="text-[#adc992] bg-[#adc992]"
/* SCSS */
$brand: #adc992;
/* SwiftUI */
Color(red: 0.678, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#adc992")Accessibility — WCAG contrast
Aa
#adc992 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc992 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.8%
Blue57.3%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow27.4%
Key (black)21.2%
Color previews
#adc992 text on a black background
contrast 11.55:1
Card sample
#adc992 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc992;
Background color
Panel with #adc992 background
background-color: #adc992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc992; background: linear-gradient(135deg, #adc992, #92C99C);