Silver
#ACC2DC
BlueColor Codes
All color formats for development
HEX
#ACC2DCRGB
rgb(172, 194, 220)HSL
hsl(213, 41%, 77%)OKLCH
oklch(0.806 0.044 252.7)CMYK
cmyk(22%, 12%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91AED1
2#7599C5
3#5985BA
4#4671A6
5#3A5E8A
6#2E4B6F
7#233853
8#172637
9#0C131C
Tints
Lighter variations
1#B5C8E0
2#BDCEE3
3#C5D4E7
4#CDDAEA
5#D6E0EE
6#DEE7F1
7#E6EDF5
8#EEF3F8
9#F7F9FC
Tones
Muted variations
1#AFC2DA
2#B1C2D8
3#B4C3D5
4#B6C3D3
5#B8C3D0
6#BBC3CE
7#BDC4CC
8#C0C4C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC2 #ACC2DC | BordersInactive statesPlaceholder text |
| 400 | 81A2 #81A2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D88 #5D88BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426C #426C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3556 #35567E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6ECF4;
--silver-200: #D0DCEB;
--silver-300: #ACC2DC;
--silver-400: #81A2CA;
--silver-500: #5D88BB;
--silver-600: #426C9E;
--silver-700: #35567E;
--silver-800: #263D5A;
--silver-900: #18273A;
--silver-950: #0F1824;
}