Silver
#ACB3DC
BlueColor Codes
All color formats for development
HEX
#ACB3DCRGB
rgb(172, 179, 220)HSL
hsl(231, 41%, 77%)OKLCH
oklch(0.775 0.059 277.3)CMYK
cmyk(22%, 19%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#919AD1
2#7581C5
3#5968BA
4#4654A6
5#3A468A
6#2E386F
7#232A53
8#171C37
9#0C0E1C
Tints
Lighter variations
1#B5BBE0
2#BDC3E3
3#C5CAE7
4#CDD2EA
5#D6D9EE
6#DEE1F1
7#E6E8F5
8#EEF0F8
9#F7F7FC
Tones
Muted variations
1#AFB5DA
2#B1B7D8
3#B4B9D5
4#B6BAD3
5#B8BCD0
6#BBBECE
7#BDBFCC
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 | D0D4 #D0D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818C #818CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6B #5D6BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4250 #42509E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3540 #35407E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E8F4;
--silver-200: #D0D4EB;
--silver-300: #ACB4DC;
--silver-400: #818CCA;
--silver-500: #5D6BBB;
--silver-600: #42509E;
--silver-700: #35407E;
--silver-800: #262D5A;
--silver-900: #181D3A;
--silver-950: #0F1224;
}