Silver
#ABB5DE
BlueColor Codes
All color formats for development
HEX
#ABB5DERGB
rgb(171, 181, 222)HSL
hsl(228, 44%, 77%)OKLCH
oklch(0.779 0.06 274.2)CMYK
cmyk(23%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E9CD3
2#7283C8
3#566ABD
4#4257AA
5#37488D
6#2C3A71
7#212B55
8#161D39
9#0B0E1C
Tints
Lighter variations
1#B3BCE1
2#BBC4E5
3#C4CBE8
4#CCD3EB
5#D5DAEF
6#DDE1F2
7#E6E9F5
8#EEF0F8
9#F7F8FC
Tones
Muted variations
1#ADB6DC
2#B0B8D9
3#B2BAD6
4#B5BBD4
5#B7BDD1
6#BABECF
7#BDC0CC
8#BFC1CA
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB5 #ABB5DE | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6E #5A6EBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F53 #3F53A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3242 #324281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242F #242F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171E #171E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E5E8F5;
--silver-200: #CFD5EC;
--silver-300: #ABB5DE;
--silver-400: #7E8ECD;
--silver-500: #5A6EBF;
--silver-600: #3F53A2;
--silver-700: #324281;
--silver-800: #242F5C;
--silver-900: #171E3B;
--silver-950: #0E1325;
}