Silver
#B7CFD1
CyanColor Codes
All color formats for development
HEX
#B7CFD1RGB
rgb(183, 207, 209)HSL
hsl(185, 22%, 77%)OKLCH
oklch(0.837 0.026 202.8)CMYK
cmyk(12%, 1%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FBFC2
2#88AFB3
3#709FA3
4#5C8B90
5#4D7478
6#3D5D60
7#2E4648
8#1F2E30
9#0F1718
Tints
Lighter variations
1#BFD4D6
2#C6D9DA
3#CDDDDF
4#D4E2E4
5#DBE7E8
6#E2ECED
7#EAF1F1
8#F1F5F6
9#F8FAFA
Tones
Muted variations
1#B9CED0
2#BACDCF
3#BBCCCD
4#BDCBCC
5#BECACB
6#BFC9CA
7#C0C8C8
8#C2C7C7
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 | B7CF #B7CFD1 | BordersInactive statesPlaceholder text |
| 400 | 92B6 #92B6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A1 #73A1A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5885 #588589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466A #466A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | 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: #B7CFD1;
--silver-400: #92B6B9;
--silver-500: #73A1A5;
--silver-600: #588589;
--silver-700: #466A6D;
--silver-800: #324B4E;
--silver-900: #203032;
--silver-950: #141E1F;
}