Silver
#ACD4DC
CyanColor Codes
All color formats for development
HEX
#ACD4DCRGB
rgb(172, 212, 220)HSL
hsl(190, 41%, 77%)OKLCH
oklch(0.844 0.043 211.2)CMYK
cmyk(22%, 4%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91C6D1
2#75B8C5
3#59AABA
4#4696A6
5#3A7D8A
6#2E646F
7#234B53
8#173237
9#0C191C
Tints
Lighter variations
1#B5D9E0
2#BDDDE3
3#C5E1E7
4#CDE5EA
5#D6EAEE
6#DEEEF1
7#E6F2F5
8#EEF6F8
9#F7FBFC
Tones
Muted variations
1#AFD3DA
2#B1D1D8
3#B4D0D5
4#B6CED3
5#B8CCD0
6#BBCBCE
7#BDC9CC
8#C0C8C9
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 | D0E7 #D0E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DC | BordersInactive statesPlaceholder text |
| 400 | 81BE #81BECA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAC #5DACBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428F #428F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3572 #35727E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2651 #26515A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | 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: #D0E7EB;
--silver-300: #ACD4DC;
--silver-400: #81BECA;
--silver-500: #5DACBB;
--silver-600: #428F9E;
--silver-700: #35727E;
--silver-800: #26515A;
--silver-900: #18343A;
--silver-950: #0F2024;
}