Silver
#ABC2DE
BlueColor Codes
All color formats for development
HEX
#ABC2DERGB
rgb(171, 194, 222)HSL
hsl(213, 44%, 77%)OKLCH
oklch(0.806 0.047 253.5)CMYK
cmyk(23%, 13%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EADD3
2#7299C8
3#5684BD
4#4271AA
5#375E8D
6#2C4B71
7#213855
8#162639
9#0B131C
Tints
Lighter variations
1#B3C8E1
2#BBCEE5
3#C4D4E8
4#CCDAEB
5#D5E0EF
6#DDE7F2
7#E6EDF5
8#EEF3F8
9#F7F9FC
Tones
Muted variations
1#ADC2DC
2#B0C2D9
3#B2C3D6
4#B5C3D4
5#B7C3D1
6#BAC3CF
7#BDC4CC
8#BFC4CA
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC2 #ABC2DE | BordersInactive statesPlaceholder text |
| 400 | 7EA2 #7EA2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A87 #5A87BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6B #3F6BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3255 #325581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243D #243D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1727 #17273B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FB;
--silver-100: #E5ECF5;
--silver-200: #CFDCEC;
--silver-300: #ABC2DE;
--silver-400: #7EA2CD;
--silver-500: #5A87BF;
--silver-600: #3F6BA2;
--silver-700: #325581;
--silver-800: #243D5C;
--silver-900: #17273B;
--silver-950: #0E1825;
}