Silver
#ACBDDD
BlueColor Codes
All color formats for development
HEX
#ACBDDDRGB
rgb(172, 189, 221)HSL
hsl(219, 42%, 77%)OKLCH
oklch(0.796 0.049 263.1)CMYK
cmyk(22%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90A7D2
2#7491C6
3#587BBB
4#4467A7
5#39568B
6#2E4570
7#223354
8#172238
9#0B111C
Tints
Lighter variations
1#B4C4E0
2#BCCAE4
3#C5D1E7
4#CDD7EB
5#D5DEEE
6#DEE5F1
7#E6EBF5
8#EEF2F8
9#F7F8FC
Tones
Muted variations
1#AEBEDB
2#B1BED8
3#B3BFD6
4#B6C0D3
5#B8C1D1
6#BAC1CE
7#BDC2CC
8#BFC3C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDD | BordersInactive statesPlaceholder text |
| 400 | 809B #809BCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7E #5C7EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4162 #41629F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344E #344E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2538 #25385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | 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: #F4F6FB;
--silver-100: #E6EBF5;
--silver-200: #D0DAEC;
--silver-300: #ACBDDD;
--silver-400: #809BCB;
--silver-500: #5C7EBC;
--silver-600: #41629F;
--silver-700: #344E7F;
--silver-800: #25385B;
--silver-900: #18243A;
--silver-950: #0F1624;
}