Silver
#B6B9D2
BlueColor Codes
All color formats for development
HEX
#B6B9D2RGB
rgb(182, 185, 210)HSL
hsl(234, 24%, 77%)OKLCH
oklch(0.791 0.035 280.1)CMYK
cmyk(13%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EA2C4
2#868AB5
3#6D73A6
4#5A5F92
5#4B4F7A
6#3C3F61
7#2D3049
8#1E2031
9#0F1018
Tints
Lighter variations
1#BEC0D7
2#C5C7DB
3#CCCEE0
4#D3D5E4
5#DBDCE9
6#E2E3ED
7#E9EAF2
8#F0F1F6
9#F8F8FB
Tones
Muted variations
1#B8BAD1
2#B9BBD0
3#BABCCE
4#BCBECD
5#BDBFCB
6#BFC0CA
7#C0C1C9
8#C2C2C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B9 #B6B9D2 | BordersInactive statesPlaceholder text |
| 400 | 9095 #9095BB | Disabled statesSecondary iconsMuted text |
| 500 | 7176 #7176A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555B #555B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4448 #44486F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3034 #30344F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F21 #1F2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #E9EAF1;
--silver-200: #D6D7E6;
--silver-300: #B6B9D2;
--silver-400: #9095BB;
--silver-500: #7176A8;
--silver-600: #555B8B;
--silver-700: #44486F;
--silver-800: #30344F;
--silver-900: #1F2133;
--silver-950: #131520;
}