Silver
#A9B8E0
BlueColor Codes
All color formats for development
HEX
#A9B8E0RGB
rgb(169, 184, 224)HSL
hsl(224, 47%, 77%)OKLCH
oklch(0.785 0.06 268.9)CMYK
cmyk(25%, 18%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8CA0D6
2#6F88CB
3#5270C1
4#3E5CAD
5#344D90
6#2A3D73
7#1F2E57
8#151F3A
9#0A0F1D
Tints
Lighter variations
1#B1BFE3
2#BAC6E6
3#C3CDE9
4#CBD4EC
5#D4DBEF
6#DDE2F3
7#E5EAF6
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#ACB9DD
2#AEBADA
3#B1BBD8
4#B4BDD5
5#B7BED2
6#B9BFCF
7#BCC0CD
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 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C92 #7C92D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5673 #5673C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B58 #3B58A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F46 #2F4683 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5E9F6;
--silver-200: #CED7ED;
--silver-300: #A9B7E0;
--silver-400: #7C92D0;
--silver-500: #5673C2;
--silver-600: #3B58A5;
--silver-700: #2F4683;
--silver-800: #22325E;
--silver-900: #16203C;
--silver-950: #0E1425;
}