Silver
#B9C4D0
BlueColor Codes
All color formats for development
HEX
#B9C4D0RGB
rgb(185, 196, 208)HSL
hsl(211, 20%, 77%)OKLCH
oklch(0.815 0.021 250.4)CMYK
cmyk(11%, 6%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1B0C0
2#899CB1
3#7289A1
4#5E758D
5#4F6276
6#3F4E5E
7#2F3B47
8#1F272F
9#101418
Tints
Lighter variations
1#C0CAD5
2#C7D0D9
3#CED6DE
4#D5DCE3
5#DCE1E8
6#E3E7EC
7#EAEDF1
8#F1F3F6
9#F8F9FA
Tones
Muted variations
1#BAC4CF
2#BBC4CE
3#BCC4CD
4#BDC4CB
5#BEC4CA
6#C0C4C9
7#C1C4C8
8#C2C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A5 #94A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758B #758BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6F #5A6F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333F #333F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF1;
--silver-200: #D7DEE4;
--silver-300: #B9C4D0;
--silver-400: #94A5B8;
--silver-500: #758BA3;
--silver-600: #5A6F87;
--silver-700: #47596B;
--silver-800: #333F4D;
--silver-900: #212931;
--silver-950: #14191F;
}