Silver
#ACD1DC
CyanColor Codes
All color formats for development
HEX
#ACD1DCRGB
rgb(172, 209, 220)HSL
hsl(194, 41%, 77%)OKLCH
oklch(0.837 0.042 217.7)CMYK
cmyk(22%, 5%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91C2D1
2#75B2C5
3#59A3BA
4#4690A6
5#3A788A
6#2E606F
7#234853
8#173037
9#0C181C
Tints
Lighter variations
1#B5D6E0
2#BDDAE3
3#C5DFE7
4#CDE4EA
5#D6E8EE
6#DEEDF1
7#E6F1F5
8#EEF6F8
9#F7FAFC
Tones
Muted variations
1#AFD0DA
2#B1CFD8
3#B4CDD5
4#B6CCD3
5#B8CBD0
6#BBC9CE
7#BDC8CC
8#C0C7C9
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD1 #ACD1DC | BordersInactive statesPlaceholder text |
| 400 | 81B9 #81B9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA5 #5DA5BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4289 #42899E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356D #356D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FA;
--silver-100: #E6F1F4;
--silver-200: #D0E5EB;
--silver-300: #ACD1DC;
--silver-400: #81B9CA;
--silver-500: #5DA5BB;
--silver-600: #42899E;
--silver-700: #356D7E;
--silver-800: #264E5A;
--silver-900: #18323A;
--silver-950: #0F1F24;
}