Silver
#ABB3DE
BlueColor Codes
All color formats for development
HEX
#ABB3DERGB
rgb(171, 179, 222)HSL
hsl(231, 44%, 77%)OKLCH
oklch(0.775 0.062 276.6)CMYK
cmyk(23%, 19%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E99D3
2#727FC8
3#5665BD
4#4252AA
5#37448D
6#2C3671
7#212955
8#161B39
9#0B0E1C
Tints
Lighter variations
1#B3BAE1
2#BBC2E5
3#C4C9E8
4#CCD1EB
5#D5D9EF
6#DDE0F2
7#E6E8F5
8#EEF0F8
9#F7F7FC
Tones
Muted variations
1#ADB4DC
2#B0B6D9
3#B2B8D6
4#B5BAD4
5#B7BBD1
6#BABDCF
7#BDBFCC
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 | CFD4 #CFD4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7E8A #7E8ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A69 #5A69BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4E #3F4EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323E #323E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E5E8F5;
--silver-200: #CFD4EC;
--silver-300: #ABB2DE;
--silver-400: #7E8ACD;
--silver-500: #5A69BF;
--silver-600: #3F4EA2;
--silver-700: #323E81;
--silver-800: #242C5C;
--silver-900: #171C3B;
--silver-950: #0E1225;
}