Silver
#B6D2D2
CyanColor Codes
All color formats for development
HEX
#B6D2D2RGB
rgb(182, 210, 210)HSL
hsl(180, 24%, 77%)OKLCH
oklch(0.843 0.03 196.6)CMYK
cmyk(13%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EC4C4
2#86B5B5
3#6DA6A6
4#5A9292
5#4B7A7A
6#3C6161
7#2D4949
8#1E3131
9#0F1818
Tints
Lighter variations
1#BED7D7
2#C5DBDB
3#CCE0E0
4#D3E4E4
5#DBE9E9
6#E2EDED
7#E9F2F2
8#F0F6F6
9#F8FBFB
Tones
Muted variations
1#B8D1D1
2#B9D0D0
3#BACECE
4#BCCDCD
5#BDCBCB
6#BFCACA
7#C0C9C9
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 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D2 #B6D2D2 | BordersInactive statesPlaceholder text |
| 400 | 90BB #90BBBB | Disabled statesSecondary iconsMuted text |
| 500 | 71A8 #71A8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558B #558B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446F #446F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F1F1;
--silver-200: #D6E6E6;
--silver-300: #B6D2D2;
--silver-400: #90BBBB;
--silver-500: #71A8A8;
--silver-600: #558B8B;
--silver-700: #446F6F;
--silver-800: #304F4F;
--silver-900: #1F3333;
--silver-950: #132020;
}