Silver
#ACBBDD
BlueColor Codes
All color formats for development
HEX
#ACBBDDRGB
rgb(172, 187, 221)HSL
hsl(222, 42%, 77%)OKLCH
oklch(0.792 0.051 266.4)CMYK
cmyk(22%, 15%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90A4D2
2#748DC6
3#5876BB
4#4462A7
5#39528B
6#2E4170
7#223154
8#172138
9#0B101C
Tints
Lighter variations
1#B4C1E0
2#BCC8E4
3#C5CFE7
4#CDD6EB
5#D5DDEE
6#DEE4F1
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#AEBBDB
2#B1BCD8
3#B3BDD6
4#B6BED3
5#B8BFD1
6#BAC0CE
7#BDC1CC
8#BFC2C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADD | BordersInactive statesPlaceholder text |
| 400 | 8097 #8097CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C79 #5C79BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415D #415D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344A #344A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2535 #25355B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E6EAF5;
--silver-200: #D0D8EC;
--silver-300: #ACBADD;
--silver-400: #8097CB;
--silver-500: #5C79BC;
--silver-600: #415D9F;
--silver-700: #344A7F;
--silver-800: #25355B;
--silver-900: #18223A;
--silver-950: #0F1524;
}