Silver
#ACB0DC
BlueColor Codes
All color formats for development
HEX
#ACB0DCRGB
rgb(172, 176, 220)HSL
hsl(235, 41%, 77%)OKLCH
oklch(0.769 0.063 280.7)CMYK
cmyk(22%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9196D1
2#757CC5
3#5961BA
4#464EA6
5#3A418A
6#2E346F
7#232753
8#171A37
9#0C0D1C
Tints
Lighter variations
1#B5B8E0
2#BDC0E3
3#C5C8E7
4#CDD0EA
5#D6D8EE
6#DEE0F1
7#E6E7F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#AFB2DA
2#B1B4D8
3#B4B6D5
4#B6B8D3
5#B8BAD0
6#BBBCCE
7#BDBECC
8#C0C0C9
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 | ACB0 #ACB0DC | BordersInactive statesPlaceholder text |
| 400 | 8187 #8187CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D65 #5D65BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424A #424A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353B #353B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A5A | 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: #ACB0DC;
--silver-400: #8187CA;
--silver-500: #5D65BB;
--silver-600: #424A9E;
--silver-700: #353B7E;
--silver-800: #262A5A;
--silver-900: #181B3A;
--silver-950: #0F1124;
}