Silver
#ACCEDD
BlueColor Codes
All color formats for development
HEX
#ACCEDDRGB
rgb(172, 206, 221)HSL
hsl(198, 42%, 77%)OKLCH
oklch(0.831 0.042 226.4)CMYK
cmyk(22%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90BED2
2#74AEC6
3#589DBB
4#448AA7
5#39738B
6#2E5C70
7#224554
8#172E38
9#0B171C
Tints
Lighter variations
1#B4D3E0
2#BCD8E4
3#C5DDE7
4#CDE2EB
5#D5E7EE
6#DEEBF1
7#E6F0F5
8#EEF5F8
9#F7FAFC
Tones
Muted variations
1#AECDDB
2#B1CCD8
3#B3CBD6
4#B6CAD3
5#B8C9D1
6#BAC8CE
7#BDC7CC
8#BFC6C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCE #ACCEDD | BordersInactive statesPlaceholder text |
| 400 | 80B5 #80B5CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA0 #5CA0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4183 #41839F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3468 #34687F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #18303A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FB;
--silver-100: #E6F0F5;
--silver-200: #D0E3EC;
--silver-300: #ACCEDD;
--silver-400: #80B5CB;
--silver-500: #5CA0BC;
--silver-600: #41839F;
--silver-700: #34687F;
--silver-800: #254A5B;
--silver-900: #18303A;
--silver-950: #0F1E24;
}