Silver
#A2E6C1
GreenColor Codes
All color formats for development
HEX
#A2E6C1RGB
rgb(162, 230, 193)HSL
hsl(147, 58%, 77%)OKLCH
oklch(0.869 0.086 160.1)CMYK
cmyk(30%, 0%, 16%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEAC
2#64D697
3#45CE83
4#31BA6F
5#299B5C
6#217C4A
7#195D37
8#103E25
9#081F12
Tints
Lighter variations
1#ACE9C7
2#B5EBCD
3#BEEED4
4#C7F0DA
5#D1F3E0
6#DAF5E6
7#E3F8EC
8#ECFAF3
9#F6FDF9
Tones
Muted variations
1#A6E3C1
2#A9E0C2
3#ADDCC2
4#B0D9C2
5#B3D5C3
6#B7D2C3
7#BACFC3
8#BECBC4
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 | CBF1 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3FCF7;
--silver-100: #E3F8EC;
--silver-200: #CBF1DC;
--silver-300: #A2E6C1;
--silver-400: #72DAA1;
--silver-500: #4ACF86;
--silver-600: #2FB16A;
--silver-700: #258D54;
--silver-800: #1B653C;
--silver-900: #114026;
--silver-950: #0B2818;
}