Silver
#ACBEDC
BlueColor Codes
All color formats for development
HEX
#ACBEDCRGB
rgb(172, 190, 220)HSL
hsl(218, 41%, 77%)OKLCH
oklch(0.798 0.047 260.7)CMYK
cmyk(22%, 14%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A8D1
2#7592C5
3#597DBA
4#4669A6
5#3A578A
6#2E466F
7#233453
8#172337
9#0C111C
Tints
Lighter variations
1#B5C4E0
2#BDCBE3
3#C5D1E7
4#CDD8EA
5#D6DEEE
6#DEE5F1
7#E6EBF5
8#EEF2F8
9#F7F8FC
Tones
Muted variations
1#AFBFDA
2#B1BFD8
3#B4C0D5
4#B6C1D3
5#B8C1D0
6#BBC2CE
7#BDC2CC
8#C0C3C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBE #ACBEDC | BordersInactive statesPlaceholder text |
| 400 | 819C #819CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D80 #5D80BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4264 #42649E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354F #354F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #26395A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6EBF4;
--silver-200: #D0DAEB;
--silver-300: #ACBEDC;
--silver-400: #819CCA;
--silver-500: #5D80BB;
--silver-600: #42649E;
--silver-700: #354F7E;
--silver-800: #26395A;
--silver-900: #18243A;
--silver-950: #0F1724;
}