Silver
#A4E5CB
GreenColor Codes
All color formats for development
HEX
#A4E5CBRGB
rgb(164, 229, 203)HSL
hsl(156, 56%, 77%)OKLCH
oklch(0.871 0.075 167.9)CMYK
cmyk(28%, 0%, 11%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DDB9
2#66D4A8
3#48CB97
4#34B883
5#2B996D
6#237B57
7#1A5C42
8#113D2C
9#091F16
Tints
Lighter variations
1#ADE8D0
2#B6EAD5
3#BFEDDB
4#C8F0E0
5#D1F2E5
6#DAF5EA
7#E4F7EF
8#EDFAF5
9#F6FCFA
Tones
Muted variations
1#A7E2CA
2#AADFCA
3#ADDBC9
4#B1D8C8
5#B4D5C8
6#B7D1C7
7#BACEC6
8#BECBC6
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CB | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B0 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3FCF8;
--silver-100: #E3F7EF;
--silver-200: #CBF0E2;
--silver-300: #A4E5CB;
--silver-400: #74D8B0;
--silver-500: #4CCD99;
--silver-600: #31AF7D;
--silver-700: #278B63;
--silver-800: #1C6347;
--silver-900: #12402D;
--silver-950: #0B281C;
}