Silver
#ACB4DC
BlueColor Codes
All color formats for development
HEX
#ACB4DCRGB
rgb(172, 180, 220)HSL
hsl(230, 41%, 77%)OKLCH
oklch(0.777 0.058 276.1)CMYK
cmyk(22%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#919BD1
2#7582C5
3#5969BA
4#4656A6
5#3A478A
6#2E396F
7#232B53
8#171D37
9#0C0E1C
Tints
Lighter variations
1#B5BCE0
2#BDC3E3
3#C5CBE7
4#CDD2EA
5#D6DAEE
6#DEE1F1
7#E6E9F5
8#EEF0F8
9#F7F8FC
Tones
Muted variations
1#AFB6DA
2#B1B8D8
3#B4B9D5
4#B6BBD3
5#B8BCD0
6#BBBECE
7#BDC0CC
8#C0C1C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818D #818DCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6D #5D6DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4252 #42529E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3541 #35417E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | 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: #F4F5FA;
--silver-100: #E6E8F4;
--silver-200: #D0D5EB;
--silver-300: #ACB4DC;
--silver-400: #818DCA;
--silver-500: #5D6DBB;
--silver-600: #42529E;
--silver-700: #35417E;
--silver-800: #262E5A;
--silver-900: #181E3A;
--silver-950: #0F1324;
}