Silver
#ACCFDC
BlueColor Codes
All color formats for development
HEX
#ACCFDCRGB
rgb(172, 207, 220)HSL
hsl(196, 41%, 77%)OKLCH
oklch(0.833 0.041 222.4)CMYK
cmyk(22%, 6%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91C0D1
2#75B0C5
3#59A0BA
4#468CA6
5#3A758A
6#2E5E6F
7#234653
8#172F37
9#0C171C
Tints
Lighter variations
1#B5D4E0
2#BDD9E3
3#C5DEE7
4#CDE3EA
5#D6E7EE
6#DEECF1
7#E6F1F5
8#EEF6F8
9#F7FAFC
Tones
Muted variations
1#AFCEDA
2#B1CDD8
3#B4CCD5
4#B6CBD3
5#B8CAD0
6#BBC9CE
7#BDC8CC
8#C0C7C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD0 #ACD0DC | BordersInactive statesPlaceholder text |
| 400 | 81B7 #81B7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA2 #5DA2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4286 #42869E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356A #356A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264C #264C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | 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: #F4F9FA;
--silver-100: #E6F1F4;
--silver-200: #D0E4EB;
--silver-300: #ACD0DC;
--silver-400: #81B7CA;
--silver-500: #5DA2BB;
--silver-600: #42869E;
--silver-700: #356A7E;
--silver-800: #264C5A;
--silver-900: #18313A;
--silver-950: #0F1E24;
}