Silver
#ACB1DC
BlueColor Codes
All color formats for development
HEX
#ACB1DCRGB
rgb(172, 177, 220)HSL
hsl(234, 41%, 77%)OKLCH
oklch(0.771 0.062 279.7)CMYK
cmyk(22%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9197D1
2#757DC5
3#5963BA
4#464FA6
5#3A428A
6#2E356F
7#232853
8#171A37
9#0C0D1C
Tints
Lighter variations
1#B5B9E0
2#BDC1E3
3#C5C8E7
4#CDD0EA
5#D6D8EE
6#DEE0F1
7#E6E8F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#AFB3DA
2#B1B5D8
3#B4B7D5
4#B6B9D3
5#B8BBD0
6#BBBDCE
7#BDBFCC
8#C0C1C9
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB1 #ACB1DC | BordersInactive statesPlaceholder text |
| 400 | 8188 #8188CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D67 #5D67BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424B #424B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353C #353C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E7F4;
--silver-200: #D0D3EB;
--silver-300: #ACB1DC;
--silver-400: #8188CA;
--silver-500: #5D67BB;
--silver-600: #424B9E;
--silver-700: #353C7E;
--silver-800: #262B5A;
--silver-900: #181B3A;
--silver-950: #0F1124;
}