Silver
#ACC9DD
BlueColor Codes
All color formats for development
HEX
#ACC9DDRGB
rgb(172, 201, 221)HSL
hsl(204, 42%, 77%)OKLCH
oklch(0.821 0.042 238.2)CMYK
cmyk(22%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90B7D2
2#74A5C6
3#5893BB
4#4480A7
5#396A8B
6#2E5570
7#224054
8#172B38
9#0B151C
Tints
Lighter variations
1#B4CFE0
2#BCD4E4
3#C5D9E7
4#CDDFEB
5#D5E4EE
6#DEEAF1
7#E6EFF5
8#EEF4F8
9#F7FAFC
Tones
Muted variations
1#AEC9DB
2#B1C8D8
3#B3C8D6
4#B6C7D3
5#B8C7D1
6#BAC6CE
7#BDC6CC
8#BFC5C9
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 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC9 #ACC9DD | BordersInactive statesPlaceholder text |
| 400 | 80AD #80ADCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C96 #5C96BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417A #417A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3461 #34617F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2545 #25455B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | 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: #D0E1EC;
--silver-300: #ACC9DD;
--silver-400: #80ADCB;
--silver-500: #5C96BC;
--silver-600: #417A9F;
--silver-700: #34617F;
--silver-800: #25455B;
--silver-900: #182C3A;
--silver-950: #0F1C24;
}