Silver
#B6D1D2
CyanColor Codes
All color formats for development
HEX
#B6D1D2RGB
rgb(182, 209, 210)HSL
hsl(182, 24%, 77%)OKLCH
oklch(0.841 0.029 199.3)CMYK
cmyk(13%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EC2C4
2#86B3B5
3#6DA4A6
4#5A9092
5#4B787A
6#3C6061
7#2D4849
8#1E3031
9#0F1818
Tints
Lighter variations
1#BED6D7
2#C5DBDB
3#CCDFE0
4#D3E4E4
5#DBE8E9
6#E2EDED
7#E9F1F2
8#F0F6F6
9#F8FAFB
Tones
Muted variations
1#B8D0D1
2#B9CFD0
3#BACECE
4#BCCCCD
5#BDCBCB
6#BFCACA
7#C0C8C9
8#C2C7C7
9#C3C6C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E5 #D6E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D1 #B6D1D2 | BordersInactive statesPlaceholder text |
| 400 | 90BA #90BABB | Disabled statesSecondary iconsMuted text |
| 500 | 71A6 #71A6A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5589 #55898B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446D #446D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304E #304E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F1F1;
--silver-200: #D6E5E6;
--silver-300: #B6D1D2;
--silver-400: #90BABB;
--silver-500: #71A6A8;
--silver-600: #55898B;
--silver-700: #446D6F;
--silver-800: #304E4F;
--silver-900: #1F3233;
--silver-950: #131F20;
}