Silver
#ACB7DD
BlueColor Codes
All color formats for development
HEX
#ACB7DDRGB
rgb(172, 183, 221)HSL
hsl(227, 42%, 77%)OKLCH
oklch(0.784 0.056 272.4)CMYK
cmyk(22%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#909ED2
2#7486C6
3#586DBB
4#445AA7
5#394B8B
6#2E3C70
7#222D54
8#171E38
9#0B0F1C
Tints
Lighter variations
1#B4BEE0
2#BCC5E4
3#C5CCE7
4#CDD3EB
5#D5DBEE
6#DEE2F1
7#E6E9F5
8#EEF0F8
9#F7F8FC
Tones
Muted variations
1#AEB8DB
2#B1B9D8
3#B3BBD6
4#B6BCD3
5#B8BDD1
6#BABFCE
7#BDC0CC
8#BFC2C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 8091 #8091CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C71 #5C71BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4155 #41559F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3444 #34447F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E6E9F5;
--silver-200: #D0D6EC;
--silver-300: #ACB6DD;
--silver-400: #8091CB;
--silver-500: #5C71BC;
--silver-600: #41559F;
--silver-700: #34447F;
--silver-800: #25315B;
--silver-900: #181F3A;
--silver-950: #0F1324;
}