Silver
#A2E6C9
GreenColor Codes
All color formats for development
HEX
#A2E6C9RGB
rgb(162, 230, 201)HSL
hsl(154, 58%, 77%)OKLCH
oklch(0.872 0.08 166.2)CMYK
cmyk(30%, 0%, 13%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEB7
2#64D6A5
3#45CE93
4#31BA7F
5#299B6A
6#217C55
7#195D3F
8#103E2A
9#081F15
Tints
Lighter variations
1#ACE9CE
2#B5EBD4
3#BEEED9
4#C7F0DF
5#D1F3E4
6#DAF5E9
7#E3F8EF
8#ECFAF4
9#F6FDFA
Tones
Muted variations
1#A6E3C8
2#A9E0C8
3#ADDCC8
4#B0D9C7
5#B3D5C7
6#B7D2C6
7#BACFC6
8#BECBC5
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 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB179 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3FCF8;
--silver-100: #E3F8EF;
--silver-200: #CBF1E0;
--silver-300: #A2E6C9;
--silver-400: #72DAAD;
--silver-500: #4ACF95;
--silver-600: #2FB179;
--silver-700: #258D60;
--silver-800: #1B6545;
--silver-900: #11402C;
--silver-950: #0B281B;
}