Silver
#ACB8DD
BlueColor Codes
All color formats for development
HEX
#ACB8DDRGB
rgb(172, 184, 221)HSL
hsl(225, 42%, 77%)OKLCH
oklch(0.786 0.054 271)CMYK
cmyk(22%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90A0D2
2#7489C6
3#5871BB
4#445DA7
5#394E8B
6#2E3E70
7#222F54
8#171F38
9#0B101C
Tints
Lighter variations
1#B4BFE0
2#BCC6E4
3#C5CDE7
4#CDD4EB
5#D5DCEE
6#DEE3F1
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#AEB9DB
2#B1BAD8
3#B3BCD6
4#B6BDD3
5#B8BED1
6#BABFCE
7#BDC1CC
8#BFC2C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DD | BordersInactive statesPlaceholder text |
| 400 | 8093 #8093CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C74 #5C74BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4159 #41599F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3447 #34477F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2532 #25325B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E6E9F5;
--silver-200: #D0D7EC;
--silver-300: #ACB8DD;
--silver-400: #8093CB;
--silver-500: #5C74BC;
--silver-600: #41599F;
--silver-700: #34477F;
--silver-800: #25325B;
--silver-900: #18203A;
--silver-950: #0F1424;
}