Silver
#B4CED5
CyanColor Codes
All color formats for development
HEX
#B4CED5RGB
rgb(180, 206, 213)HSL
hsl(193, 28%, 77%)OKLCH
oklch(0.834 0.03 215.7)CMYK
cmyk(15%, 3%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9BBDC7
2#82ADB8
3#699CAA
4#558997
5#47727E
6#395B65
7#2A444B
8#1C2E32
9#0E1719
Tints
Lighter variations
1#BBD3D9
2#C3D8DD
3#CADCE1
4#D2E1E6
5#D9E6EA
6#E1EBEE
7#E8F0F2
8#F0F5F7
9#F7FAFB
Tones
Muted variations
1#B6CDD3
2#B7CCD1
3#B9CBD0
4#BACACE
5#BCC9CD
6#BEC8CB
7#BFC7C9
8#C1C6C8
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CE #B4CED5 | BordersInactive statesPlaceholder text |
| 400 | 8DB4 #8DB4BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9E #6C9EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5182 #518290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4067 #406772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F9F9;
--silver-100: #E8F0F2;
--silver-200: #D5E3E7;
--silver-300: #B4CED5;
--silver-400: #8DB4BF;
--silver-500: #6C9EAC;
--silver-600: #518290;
--silver-700: #406772;
--silver-800: #2E4A52;
--silver-900: #1D2F34;
--silver-950: #121E21;
}