Silver
#ACB9DC
BlueColor Codes
All color formats for development
HEX
#ACB9DCRGB
rgb(172, 185, 220)HSL
hsl(224, 41%, 77%)OKLCH
oklch(0.787 0.052 269.1)CMYK
cmyk(22%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A2D1
2#758AC5
3#5973BA
4#465FA6
5#3A4F8A
6#2E406F
7#233053
8#172037
9#0C101C
Tints
Lighter variations
1#B5C0E0
2#BDC7E3
3#C5CEE7
4#CDD5EA
5#D6DCEE
6#DEE3F1
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#AFBADA
2#B1BBD8
3#B4BCD5
4#B6BED3
5#B8BFD0
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 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB9 #ACB9DC | BordersInactive statesPlaceholder text |
| 400 | 8195 #8195CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D76 #5D76BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425B #425B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3548 #35487E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6EAF4;
--silver-200: #D0D8EB;
--silver-300: #ACB9DC;
--silver-400: #8195CA;
--silver-500: #5D76BB;
--silver-600: #425B9E;
--silver-700: #35487E;
--silver-800: #26345A;
--silver-900: #18213A;
--silver-950: #0F1524;
}