Silver
#ACC1DD
BlueColor Codes
All color formats for development
HEX
#ACC1DDRGB
rgb(172, 193, 221)HSL
hsl(214, 42%, 77%)OKLCH
oklch(0.804 0.046 255.7)CMYK
cmyk(22%, 13%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90ACD2
2#7498C6
3#5883BB
4#446FA7
5#395D8B
6#2E4A70
7#223854
8#172538
9#0B131C
Tints
Lighter variations
1#B4C7E0
2#BCCDE4
3#C5D4E7
4#CDDAEB
5#D5E0EE
6#DEE6F1
7#E6ECF5
8#EEF3F8
9#F7F9FC
Tones
Muted variations
1#AEC1DB
2#B1C2D8
3#B3C2D6
4#B6C2D3
5#B8C3D1
6#BAC3CE
7#BDC3CC
8#BFC4C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DD | BordersInactive statesPlaceholder text |
| 400 | 80A1 #80A1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C86 #5C86BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416A #416A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3454 #34547F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253C #253C5B | 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: #F4F7FB;
--silver-100: #E6ECF5;
--silver-200: #D0DCEC;
--silver-300: #ACC1DD;
--silver-400: #80A1CB;
--silver-500: #5C86BC;
--silver-600: #416A9F;
--silver-700: #34547F;
--silver-800: #253C5B;
--silver-900: #18273A;
--silver-950: #0F1824;
}