Silver
#B1D8D8
CyanColor Codes
All color formats for development
HEX
#B1D8D8RGB
rgb(177, 216, 216)HSL
hsl(180, 33%, 77%)OKLCH
oklch(0.854 0.041 196.4)CMYK
cmyk(18%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97CBCB
2#7DBDBD
3#63B0B0
4#4F9D9D
5#428383
6#356868
7#274E4E
8#1A3434
9#0D1A1A
Tints
Lighter variations
1#B9DCDC
2#C1E0E0
3#C8E3E3
4#D0E7E7
5#D8EBEB
6#E0EFEF
7#E8F3F3
8#EFF7F7
9#F7FBFB
Tones
Muted variations
1#B3D6D6
2#B5D4D4
3#B7D2D2
4#B9D0D0
5#BBCECE
6#BDCCCC
7#BFCACA
8#C0C8C8
9#C2C6C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E9 #D3E9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D8 #B1D8D8 | BordersInactive statesPlaceholder text |
| 400 | 88C3 #88C3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66B2 #66B2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B95 #4B9595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C77 #3C7777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B55 #2B5555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B36 #1B3636 | Primary textHigh emphasis contentDark headings |
| 950 | 1122 #112222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5FAFA;
--silver-100: #E7F3F3;
--silver-200: #D3E9E9;
--silver-300: #B1D8D8;
--silver-400: #88C3C3;
--silver-500: #66B2B2;
--silver-600: #4B9595;
--silver-700: #3C7777;
--silver-800: #2B5555;
--silver-900: #1B3636;
--silver-950: #112222;
}