Silver
#AABBDF
BlueColor Codes
All color formats for development
HEX
#AABBDFRGB
rgb(170, 187, 223)HSL
hsl(221, 45%, 77%)OKLCH
oklch(0.791 0.055 265.2)CMYK
cmyk(24%, 16%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DA4D4
2#718DC9
3#5576BE
4#4162AB
5#36528E
6#2B4272
7#203155
8#162139
9#0B101C
Tints
Lighter variations
1#B2C2E2
2#BBC8E5
3#C3CFE8
4#CCD6EC
5#D4DDEF
6#DDE4F2
7#E5EBF5
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#ADBCDC
2#AFBDD9
3#B2BED7
4#B5BFD4
5#B7C0D2
6#BAC0CF
7#BCC1CC
8#BFC2CA
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABB #AABBDF | BordersInactive statesPlaceholder text |
| 400 | 7E97 #7E97CE | Disabled statesSecondary iconsMuted text |
| 500 | 5979 #5979C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5E #3E5EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 314B #314B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2335 #23355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1622 #16223B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5EAF5;
--silver-200: #CFD8ED;
--silver-300: #AABBDF;
--silver-400: #7E97CE;
--silver-500: #5979C0;
--silver-600: #3E5EA3;
--silver-700: #314B81;
--silver-800: #23355C;
--silver-900: #16223B;
--silver-950: #0E1525;
}