Silver
#A9BDDF
BlueColor Codes
All color formats for development
HEX
#A9BDDFRGB
rgb(169, 189, 223)HSL
hsl(218, 46%, 77%)OKLCH
oklch(0.795 0.053 261)CMYK
cmyk(24%, 15%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DA7D5
2#7091CA
3#537BC0
4#4067AC
5#35568F
6#2A4573
7#203456
8#152239
9#0B111D
Tints
Lighter variations
1#B2C4E2
2#BACAE6
3#C3D1E9
4#CCD7EC
5#D4DEEF
6#DDE5F2
7#E5EBF5
8#EEF2F9
9#F6F8FC
Tones
Muted variations
1#ACBEDD
2#AFBFDA
3#B1BFD7
4#B4C0D5
5#B7C1D2
6#BAC1CF
7#BCC2CC
8#BFC3CA
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BD #A9BDDF | BordersInactive statesPlaceholder text |
| 400 | 7D9B #7D9BCF | Disabled statesSecondary iconsMuted text |
| 500 | 577E #577EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D62 #3D62A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304E #304E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2238 #22385D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1624 #16243C | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5EBF5;
--silver-200: #CFDAED;
--silver-300: #A9BDDF;
--silver-400: #7D9BCF;
--silver-500: #577EC1;
--silver-600: #3D62A4;
--silver-700: #304E82;
--silver-800: #22385D;
--silver-900: #16243C;
--silver-950: #0E1625;
}