Silver
#ACB6DD
BlueColor Codes
All color formats for development
HEX
#ACB6DDRGB
rgb(172, 182, 221)HSL
hsl(228, 42%, 77%)OKLCH
oklch(0.782 0.057 273.8)CMYK
cmyk(22%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#909DD2
2#7484C6
3#586CBB
4#4458A7
5#39498B
6#2E3B70
7#222C54
8#171D38
9#0B0F1C
Tints
Lighter variations
1#B4BDE0
2#BCC4E4
3#C5CCE7
4#CDD3EB
5#D5DAEE
6#DEE2F1
7#E6E9F5
8#EEF0F8
9#F7F8FC
Tones
Muted variations
1#AEB7DB
2#B1B9D8
3#B3BAD6
4#B6BBD3
5#B8BDD1
6#BABECE
7#BDC0CC
8#BFC1C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 808F #808FCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6F #5C6FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4154 #41549F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3443 #34437F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2530 #25305B | 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: #F4F5FB;
--silver-100: #E6E9F5;
--silver-200: #D0D5EC;
--silver-300: #ACB6DD;
--silver-400: #808FCB;
--silver-500: #5C6FBC;
--silver-600: #41549F;
--silver-700: #34437F;
--silver-800: #25305B;
--silver-900: #181F3A;
--silver-950: #0F1324;
}