Silver
#ACB8DC
BlueColor Codes
All color formats for development
HEX
#ACB8DCRGB
rgb(172, 184, 220)HSL
hsl(225, 41%, 77%)OKLCH
oklch(0.785 0.053 270.7)CMYK
cmyk(22%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A1D1
2#7589C5
3#5971BA
4#465EA6
5#3A4E8A
6#2E3E6F
7#232F53
8#171F37
9#0C101C
Tints
Lighter variations
1#B5BFE0
2#BDC6E3
3#C5CEE7
4#CDD5EA
5#D6DCEE
6#DEE3F1
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#AFBADA
2#B1BBD8
3#B4BCD5
4#B6BDD3
5#B8BED0
6#BBC0CE
7#BDC1CC
8#C0C2C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DC | BordersInactive statesPlaceholder text |
| 400 | 8193 #8193CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D75 #5D75BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4259 #42599E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3547 #35477E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #26335A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6E9F4;
--silver-200: #D0D7EB;
--silver-300: #ACB8DC;
--silver-400: #8193CA;
--silver-500: #5D75BB;
--silver-600: #42599E;
--silver-700: #35477E;
--silver-800: #26335A;
--silver-900: #18203A;
--silver-950: #0F1424;
}