Silver
#8FBCBC
CyanColor Codes
All color formats for development
HEX
#8FBCBCRGB
rgb(143, 188, 188)HSL
hsl(180, 25%, 65%)OKLCH
oklch(0.763 0.048 196.2)CMYK
cmyk(24%, 0%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BB0B0
2#66A3A3
3#579191
4#4B7C7C
5#3E6868
6#325353
7#253E3E
8#192929
9#0C1515
Tints
Lighter variations
1#9BC3C3
2#A6C9C9
3#B1D0D0
4#BCD7D7
5#C7DEDE
6#D2E4E4
7#DEEBEB
8#E9F2F2
9#F4F8F8
Tones
Muted variations
1#92BABA
2#94B8B8
3#96B5B5
4#98B3B3
5#9BB1B1
6#9DAFAF
7#9FACAC
8#A1AAAA
9#A4A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D3 #B6D3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FBC #8FBCBC | Disabled statesSecondary iconsMuted text |
| 500 | 70A9 #70A9A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 548C #548C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4370 #437070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3050 #305050 | 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: #F5F9F9;
--silver-100: #E9F2F2;
--silver-200: #D6E6E6;
--silver-300: #B6D3D3;
--silver-400: #8FBCBC;
--silver-500: #70A9A9;
--silver-600: #548C8C;
--silver-700: #437070;
--silver-800: #305050;
--silver-900: #1F3333;
--silver-950: #132020;
}