Silver
#A9B0DF
BlueColor Codes
All color formats for development
HEX
#A9B0DFRGB
rgb(169, 176, 223)HSL
hsl(232, 46%, 77%)OKLCH
oklch(0.768 0.068 278.1)CMYK
cmyk(24%, 21%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D96D5
2#707CCA
3#5362C0
4#404EAC
5#35418F
6#2A3473
7#202756
8#151A39
9#0B0D1D
Tints
Lighter variations
1#B2B8E2
2#BAC0E6
3#C3C8E9
4#CCD0EC
5#D4D8EF
6#DDE0F2
7#E5E7F5
8#EEEFF9
9#F6F7FC
Tones
Muted variations
1#ACB3DD
2#AFB5DA
3#B1B7D7
4#B4B8D5
5#B7BAD2
6#BABCCF
7#BCBECC
8#BFC0CA
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D88 #7D88CF | Disabled statesSecondary iconsMuted text |
| 500 | 5766 #5766C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4A #3D4AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303B #303B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222A #222A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E5E7F5;
--silver-200: #CFD3ED;
--silver-300: #A9B1DF;
--silver-400: #7D88CF;
--silver-500: #5766C1;
--silver-600: #3D4AA4;
--silver-700: #303B82;
--silver-800: #222A5D;
--silver-900: #161B3C;
--silver-950: #0E1125;
}