Silver
#ACC1DC
BlueColor Codes
All color formats for development
HEX
#ACC1DCRGB
rgb(172, 193, 220)HSL
hsl(214, 41%, 77%)OKLCH
oklch(0.804 0.045 254.8)CMYK
cmyk(22%, 12%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91ACD1
2#7598C5
3#5983BA
4#466FA6
5#3A5D8A
6#2E4A6F
7#233853
8#172537
9#0C131C
Tints
Lighter variations
1#B5C7E0
2#BDCEE3
3#C5D4E7
4#CDDAEA
5#D6E0EE
6#DEE6F1
7#E6ECF5
8#EEF3F8
9#F7F9FC
Tones
Muted variations
1#AFC1DA
2#B1C2D8
3#B4C2D5
4#B6C2D3
5#B8C3D0
6#BBC3CE
7#BDC3CC
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 | ACC1 #ACC1DC | BordersInactive statesPlaceholder text |
| 400 | 81A1 #81A1CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D86 #5D86BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426A #426A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3554 #35547E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263C #263C5A | 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: #ACC1DC;
--silver-400: #81A1CA;
--silver-500: #5D86BB;
--silver-600: #426A9E;
--silver-700: #35547E;
--silver-800: #263C5A;
--silver-900: #18273A;
--silver-950: #0F1824;
}