Silver
#B8CFD1
CyanColor Codes
All color formats for development
HEX
#B8CFD1RGB
rgb(184, 207, 209)HSL
hsl(185, 21%, 77%)OKLCH
oklch(0.838 0.025 203)CMYK
cmyk(12%, 1%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0BEC1
2#89AEB2
3#719EA2
4#5D8A8F
5#4E7377
6#3E5C5F
7#2F4547
8#1F2E30
9#101718
Tints
Lighter variations
1#BFD3D5
2#C6D8DA
3#CDDDDF
4#D4E2E3
5#DCE7E8
6#E3ECEC
7#EAF0F1
8#F1F5F6
9#F8FAFA
Tones
Muted variations
1#B9CECF
2#BACDCE
3#BCCCCD
4#BDCBCC
5#BEC9CB
6#BFC8C9
7#C1C7C8
8#C2C6C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B5 #93B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A0 #74A0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5984 #598488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F0F1;
--silver-200: #D7E4E5;
--silver-300: #B8CFD1;
--silver-400: #93B5B8;
--silver-500: #74A0A4;
--silver-600: #598488;
--silver-700: #47696C;
--silver-800: #324B4D;
--silver-900: #203031;
--silver-950: #141E1F;
}