Silver
#B9C8D0
BlueColor Codes
All color formats for development
HEX
#B9C8D0RGB
rgb(185, 200, 208)HSL
hsl(201, 20%, 77%)OKLCH
oklch(0.824 0.02 230.8)CMYK
cmyk(11%, 4%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1B5C0
2#89A3B1
3#7290A1
4#5E7D8D
5#4F6876
6#3F535E
7#2F3E47
8#1F2A2F
9#101518
Tints
Lighter variations
1#C0CDD5
2#C7D3D9
3#CED8DE
4#D5DEE3
5#DCE3E8
6#E3E9EC
7#EAEEF1
8#F1F4F6
9#F8F9FA
Tones
Muted variations
1#BAC8CF
2#BBC7CE
3#BCC7CD
4#BDC6CB
5#BEC6CA
6#C0C6C9
7#C1C5C8
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 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8D0 | BordersInactive statesPlaceholder text |
| 400 | 94AB #94ABB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7593 #7593A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A77 #5A7787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF1;
--silver-200: #D7E0E4;
--silver-300: #B9C8D0;
--silver-400: #94ABB8;
--silver-500: #7593A3;
--silver-600: #5A7787;
--silver-700: #475F6B;
--silver-800: #33444D;
--silver-900: #212B31;
--silver-950: #141B1F;
}