Silver
#ACD3DC
CyanColor Codes
All color formats for development
HEX
#ACD3DCRGB
rgb(172, 211, 220)HSL
hsl(191, 41%, 77%)OKLCH
oklch(0.842 0.043 213.3)CMYK
cmyk(22%, 4%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91C5D1
2#75B7C5
3#59A8BA
4#4694A6
5#3A7C8A
6#2E636F
7#234A53
8#173137
9#0C191C
Tints
Lighter variations
1#B5D8E0
2#BDDCE3
3#C5E1E7
4#CDE5EA
5#D6E9EE
6#DEEEF1
7#E6F2F5
8#EEF6F8
9#F7FBFC
Tones
Muted variations
1#AFD2DA
2#B1D1D8
3#B4CFD5
4#B6CDD3
5#B8CCD0
6#BBCACE
7#BDC9CC
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 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DC | BordersInactive statesPlaceholder text |
| 400 | 81BD #81BDCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAA #5DAABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428D #428D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3570 #35707E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2650 #26505A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #18333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FA;
--silver-100: #E6F2F4;
--silver-200: #D0E6EB;
--silver-300: #ACD4DC;
--silver-400: #81BDCA;
--silver-500: #5DAABB;
--silver-600: #428D9E;
--silver-700: #35707E;
--silver-800: #26505A;
--silver-900: #18333A;
--silver-950: #0F2024;
}