Silver
#BBCCCE
CyanColor Codes
All color formats for development
HEX
#BBCCCERGB
rgb(187, 204, 206)HSL
hsl(186, 16%, 77%)OKLCH
oklch(0.833 0.019 205.3)CMYK
cmyk(9%, 1%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4BBBD
2#8DAAAD
3#77989C
4#638589
5#526F72
6#42595B
7#314244
8#212C2E
9#101617
Tints
Lighter variations
1#C2D1D3
2#C9D6D8
3#CFDBDD
4#D6E0E1
5#DDE5E6
6#E4EBEB
7#EBF0F0
8#F1F5F5
9#F8FAFA
Tones
Muted variations
1#BCCBCD
2#BDCACC
3#BECACB
4#BFC9CA
5#C0C8C9
6#C1C7C8
7#C2C7C7
8#C2C6C6
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCC #BBCCCE | BordersInactive statesPlaceholder text |
| 400 | 97B1 #97B1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9B #7A9B9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7F #5E7F82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B65 #4B6568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3648 #36484A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E2F | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF0;
--silver-200: #D9E2E3;
--silver-300: #BBCCCE;
--silver-400: #97B1B4;
--silver-500: #7A9B9F;
--silver-600: #5E7F82;
--silver-700: #4B6568;
--silver-800: #36484A;
--silver-900: #222E2F;
--silver-950: #151D1E;
}