Silver
#ACCDDD
BlueColor Codes
All color formats for development
HEX
#ACCDDDRGB
rgb(172, 205, 221)HSL
hsl(200, 42%, 77%)OKLCH
oklch(0.829 0.042 228.7)CMYK
cmyk(22%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90BCD2
2#74ABC6
3#589ABB
4#4486A7
5#39708B
6#2E5A70
7#224354
8#172D38
9#0B161C
Tints
Lighter variations
1#B4D2E0
2#BCD7E4
3#C5DCE7
4#CDE1EB
5#D5E6EE
6#DEEBF1
7#E6F0F5
8#EEF5F8
9#F7FAFC
Tones
Muted variations
1#AECCDB
2#B1CBD8
3#B3CAD6
4#B6C9D3
5#B8C8D1
6#BAC8CE
7#BDC7CC
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 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B2 #80B2CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9C #5C9CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4180 #41809F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3466 #34667F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2549 #25495B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FB;
--silver-100: #E6F0F5;
--silver-200: #D0E2EC;
--silver-300: #ACCDDD;
--silver-400: #80B2CB;
--silver-500: #5C9CBC;
--silver-600: #41809F;
--silver-700: #34667F;
--silver-800: #25495B;
--silver-900: #182F3A;
--silver-950: #0F1D24;
}