Silver
#A2E7C2
GreenColor Codes
All color formats for development
HEX
#A2E7C2RGB
rgb(162, 231, 194)HSL
hsl(148, 59%, 77%)OKLCH
oklch(0.872 0.086 160.5)CMYK
cmyk(30%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFAE
2#63D799
3#44CF85
4#30BB71
5#289C5E
6#207D4B
7#185E39
8#103E26
9#081F13
Tints
Lighter variations
1#ABE9C8
2#B4ECCE
3#BEEED4
4#C7F1DA
5#D0F3E1
6#DAF5E7
7#E3F8ED
8#ECFAF3
9#F6FDF9
Tones
Muted variations
1#A5E3C2
2#A9E0C3
3#ACDDC3
4#B0D9C3
5#B3D6C3
6#B7D2C3
7#BACFC4
8#BDCBC4
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C2 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D088 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB26C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114127 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3FCF7;
--silver-100: #E3F8EC;
--silver-200: #CAF1DD;
--silver-300: #A2E7C2;
--silver-400: #71DAA2;
--silver-500: #49D088;
--silver-600: #2EB26C;
--silver-700: #258E56;
--silver-800: #1A653D;
--silver-900: #114127;
--silver-950: #0A2918;
}