Silver
#ACBCDC
BlueColor Codes
All color formats for development
HEX
#ACBCDCRGB
rgb(172, 188, 220)HSL
hsl(220, 41%, 77%)OKLCH
oklch(0.794 0.049 264.2)CMYK
cmyk(22%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A6D1
2#7590C5
3#5979BA
4#4666A6
5#3A558A
6#2E446F
7#233353
8#172237
9#0C111C
Tints
Lighter variations
1#B5C3E0
2#BDCAE3
3#C5D0E7
4#CDD7EA
5#D6DEEE
6#DEE4F1
7#E6EBF5
8#EEF2F8
9#F7F8FC
Tones
Muted variations
1#AFBDDA
2#B1BED8
3#B4BFD5
4#B6C0D3
5#B8C0D0
6#BBC1CE
7#BDC2CC
8#C0C3C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 819A #819ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7D #5D7DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4261 #42619E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354D #354D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #26375A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6EBF4;
--silver-200: #D0D9EB;
--silver-300: #ACBCDC;
--silver-400: #819ACA;
--silver-500: #5D7DBB;
--silver-600: #42619E;
--silver-700: #354D7E;
--silver-800: #26375A;
--silver-900: #18233A;
--silver-950: #0F1624;
}