Silver
#B3CED5
CyanColor Codes
All color formats for development
HEX
#B3CED5RGB
rgb(179, 206, 213)HSL
hsl(192, 29%, 77%)OKLCH
oklch(0.834 0.031 215.1)CMYK
cmyk(16%, 3%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ABEC7
2#81AEB9
3#679EAC
4#548A98
5#46737F
6#385C65
7#2A454C
8#1C2E33
9#0E1719
Tints
Lighter variations
1#BBD3DA
2#C2D8DE
3#CADDE2
4#D2E2E6
5#D9E7EA
6#E1ECEE
7#E8F0F3
8#F0F5F7
9#F7FAFB
Tones
Muted variations
1#B5CED4
2#B7CDD2
3#B8CBD0
4#BACACF
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 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E4 #D4E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CF #B3CFD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB5 #8CB5C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA0 #6BA0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5084 #508491 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F69 #3F6973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4B #2D4B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3035 | 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: #F5F9FA;
--silver-100: #E8F0F2;
--silver-200: #D4E4E7;
--silver-300: #B3CFD5;
--silver-400: #8CB5C0;
--silver-500: #6BA0AE;
--silver-600: #508491;
--silver-700: #3F6973;
--silver-800: #2D4B52;
--silver-900: #1D3035;
--silver-950: #121E21;
}