Silver
#ACCBDD
BlueColor Codes
All color formats for development
HEX
#ACCBDDRGB
rgb(172, 203, 221)HSL
hsl(202, 42%, 77%)OKLCH
oklch(0.825 0.042 233.5)CMYK
cmyk(22%, 8%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90B9D2
2#74A8C6
3#5897BB
4#4483A7
5#396D8B
6#2E5770
7#224254
8#172C38
9#0B161C
Tints
Lighter variations
1#B4D0E0
2#BCD5E4
3#C5DBE7
4#CDE0EB
5#D5E5EE
6#DEEAF1
7#E6EFF5
8#EEF5F8
9#F7FAFC
Tones
Muted variations
1#AECADB
2#B1CAD8
3#B3C9D6
4#B6C8D3
5#B8C8D1
6#BAC7CE
7#BDC6CC
8#BFC6C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCB #ACCBDD | BordersInactive statesPlaceholder text |
| 400 | 80B0 #80B0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C99 #5C99BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417D #417D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3463 #34637F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2547 #25475B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FB;
--silver-100: #E6EFF5;
--silver-200: #D0E2EC;
--silver-300: #ACCBDD;
--silver-400: #80B0CB;
--silver-500: #5C99BC;
--silver-600: #417D9F;
--silver-700: #34637F;
--silver-800: #25475B;
--silver-900: #182D3A;
--silver-950: #0F1C24;
}