Silver
#ACBADD
BlueColor Codes
All color formats for development
HEX
#ACBADDRGB
rgb(172, 186, 221)HSL
hsl(223, 42%, 77%)OKLCH
oklch(0.79 0.052 268)CMYK
cmyk(22%, 16%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90A2D2
2#748BC6
3#5874BB
4#4460A7
5#39508B
6#2E4070
7#223054
8#172038
9#0B101C
Tints
Lighter variations
1#B4C1E0
2#BCC8E4
3#C5CEE7
4#CDD5EB
5#D5DCEE
6#DEE3F1
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 | 8096 #8096CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C77 #5C77BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415C #415C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3449 #34497F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2534 #25345B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | 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: #8096CB;
--silver-500: #5C77BC;
--silver-600: #415C9F;
--silver-700: #34497F;
--silver-800: #25345B;
--silver-900: #18213A;
--silver-950: #0F1524;
}