Silver
#A2E7C9
GreenColor Codes
All color formats for development
HEX
#A2E7C9RGB
rgb(162, 231, 201)HSL
hsl(154, 59%, 77%)OKLCH
oklch(0.874 0.081 165.7)CMYK
cmyk(30%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFB7
2#63D7A5
3#44CF93
4#30BB7F
5#289C6A
6#207D55
7#185E40
8#103E2A
9#081F15
Tints
Lighter variations
1#ABE9CE
2#B4ECD4
3#BEEED9
4#C7F1DF
5#D0F3E4
6#DAF5E9
7#E3F8EF
8#ECFAF4
9#F6FDFA
Tones
Muted variations
1#A5E3C9
2#A9E0C8
3#ACDDC8
4#B0D9C7
5#B3D6C7
6#B7D2C6
7#BACFC6
8#BDCBC5
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB279 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3FCF8;
--silver-100: #E3F8EF;
--silver-200: #CAF1E0;
--silver-300: #A2E7C9;
--silver-400: #71DAAD;
--silver-500: #49D095;
--silver-600: #2EB279;
--silver-700: #258E60;
--silver-800: #1A6545;
--silver-900: #11412C;
--silver-950: #0A291C;
}