Silver
#ACBADC
BlueColor Codes
All color formats for development
HEX
#ACBADCRGB
rgb(172, 186, 220)HSL
hsl(223, 41%, 77%)OKLCH
oklch(0.789 0.051 267.6)CMYK
cmyk(22%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A3D1
2#758CC5
3#5975BA
4#4661A6
5#3A518A
6#2E416F
7#233053
8#172037
9#0C101C
Tints
Lighter variations
1#B5C1E0
2#BDC8E3
3#C5CFE7
4#CDD6EA
5#D6DCEE
6#DEE3F1
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#AFBBDA
2#B1BCD8
3#B4BDD5
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 | ACBA #ACBADC | BordersInactive statesPlaceholder text |
| 400 | 8196 #8196CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D78 #5D78BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425C #425C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3549 #35497E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | 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: #ACBADC;
--silver-400: #8196CA;
--silver-500: #5D78BB;
--silver-600: #425C9E;
--silver-700: #35497E;
--silver-800: #26345A;
--silver-900: #18223A;
--silver-950: #0F1524;
}