Silver
#ACBBDC
BlueColor Codes
All color formats for development
HEX
#ACBBDCRGB
rgb(172, 187, 220)HSL
hsl(221, 41%, 77%)OKLCH
oklch(0.791 0.05 265.9)CMYK
cmyk(22%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A5D1
2#758EC5
3#5978BA
4#4664A6
5#3A538A
6#2E436F
7#233253
8#172137
9#0C111C
Tints
Lighter variations
1#B5C2E0
2#BDC9E3
3#C5D0E7
4#CDD7EA
5#D6DDEE
6#DEE4F1
7#E6EBF5
8#EEF2F8
9#F7F8FC
Tones
Muted variations
1#AFBCDA
2#B1BDD8
3#B4BED5
4#B6BFD3
5#B8C0D0
6#BBC1CE
7#BDC2CC
8#C0C3C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 8198 #8198CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7B #5D7BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425F #425F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354C #354C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #26365A | 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: #E6EAF4;
--silver-200: #D0D9EB;
--silver-300: #ACBCDC;
--silver-400: #8198CA;
--silver-500: #5D7BBB;
--silver-600: #425F9E;
--silver-700: #354C7E;
--silver-800: #26365A;
--silver-900: #18233A;
--silver-950: #0F1624;
}