Silver
#A2E7C8
GreenColor Codes
All color formats for development
HEX
#A2E7C8RGB
rgb(162, 231, 200)HSL
hsl(153, 59%, 77%)OKLCH
oklch(0.873 0.082 164.9)CMYK
cmyk(30%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFB5
2#63D7A3
3#44CF90
4#30BB7D
5#289C68
6#207D53
7#185E3E
8#103E2A
9#081F15
Tints
Lighter variations
1#ABE9CD
2#B4ECD3
3#BEEED8
4#C7F1DE
5#D0F3E3
6#DAF5E9
7#E3F8EE
8#ECFAF4
9#F6FDF9
Tones
Muted variations
1#A5E3C7
2#A9E0C7
3#ACDDC7
4#B0D9C6
5#B3D6C6
6#B7D2C6
7#BACFC5
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 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3FCF8;
--silver-100: #E3F8EE;
--silver-200: #CAF1E0;
--silver-300: #A2E7C8;
--silver-400: #71DAAB;
--silver-500: #49D093;
--silver-600: #2EB277;
--silver-700: #258E5F;
--silver-800: #1A6544;
--silver-900: #11412B;
--silver-950: #0A291B;
}