Silver
#ACB7DC
BlueColor Codes
All color formats for development
HEX
#ACB7DCRGB
rgb(172, 183, 220)HSL
hsl(226, 41%, 77%)OKLCH
oklch(0.783 0.054 272.1)CMYK
cmyk(22%, 17%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A0D1
2#7588C5
3#5970BA
4#465CA6
5#3A4D8A
6#2E3D6F
7#232E53
8#171F37
9#0C0F1C
Tints
Lighter variations
1#B5BFE0
2#BDC6E3
3#C5CDE7
4#CDD4EA
5#D6DBEE
6#DEE2F1
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#AFB9DA
2#B1BAD8
3#B4BBD5
4#B6BDD3
5#B8BED0
6#BBBFCE
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 | 8192 #8192CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D73 #5D73BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4258 #42589E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3546 #35467E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #26325A | 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: #8192CA;
--silver-500: #5D73BB;
--silver-600: #42589E;
--silver-700: #35467E;
--silver-800: #26325A;
--silver-900: #18203A;
--silver-950: #0F1424;
}