Silver
#B6C8D2
BlueColor Codes
All color formats for development
HEX
#B6C8D2RGB
rgb(182, 200, 210)HSL
hsl(201, 24%, 77%)OKLCH
oklch(0.822 0.024 231.9)CMYK
cmyk(13%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EB6C4
2#86A4B5
3#6D92A6
4#5A7E92
5#4B697A
6#3C5461
7#2D3F49
8#1E2A31
9#0F1518
Tints
Lighter variations
1#BECED7
2#C5D3DB
3#CCD9E0
4#D3DEE4
5#DBE4E9
6#E2E9ED
7#E9EFF2
8#F0F4F6
9#F8FAFB
Tones
Muted variations
1#B8C8D1
2#B9C8D0
3#BAC7CE
4#BCC7CD
5#BDC6CB
6#BFC6CA
7#C0C6C9
8#C2C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C9 #B6C9D2 | BordersInactive statesPlaceholder text |
| 400 | 90AC #90ACBB | Disabled statesSecondary iconsMuted text |
| 500 | 7195 #7195A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5578 #55788B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4460 #44606F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3044 #30444F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D6E0E6;
--silver-300: #B6C9D2;
--silver-400: #90ACBB;
--silver-500: #7195A8;
--silver-600: #55788B;
--silver-700: #44606F;
--silver-800: #30444F;
--silver-900: #1F2C33;
--silver-950: #131B20;
}