Silver

#96A0B6

Blue

Color Codes

All color formats for development

HEX
#96A0B6
RGB
rgb(150, 160, 182)
HSL
hsl(221, 18%, 65%)
OKLCH
oklch(0.705 0.034 266.1)
CMYK
cmyk(18%, 12%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#BAC0
400
#96A0
500
#7885
600
#5C69
700
#4953
800
#343C
900
#2126
950
#1518

Shades

Darker variations

1#828EA8
2#6F7D9B
3#5F6C89
4#525D75
5#444D62
6#363E4E
7#292E3B
8#1B1F27
9#0E0F14

Tints

Lighter variations

1#A0A9BD
2#ABB3C4
3#B5BCCC
4#C0C6D3
5#CACFDA
6#D5D9E2
7#DFE2E9
8#EAECF0
9#F4F5F8

Tones

Muted variations

1#97A0B4
2#99A1B3
3#9BA2B1
4#9CA2AF
5#9EA3AE
6#9FA3AC
7#A1A4AB
8#A3A5A9
9#A4A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D8DC
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
BAC0
#BAC0CF
BordersInactive statesPlaceholder text
400
96A0
#96A0B6
Disabled statesSecondary iconsMuted text
500
7885
#7885A1
Primary brand colorCTAsActive elementsLinks
600
5C69
#5C6984
Hover statesFocus ringsPrimary buttons hover
700
4953
#495369
Active/pressed statesDark mode accentsSecondary text
800
343C
#343C4B
Text on light backgroundsHeadingsStrong borders
900
2126
#212630
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #EAECF0;
  --silver-200: #D8DCE4;
  --silver-300: #BAC0CF;
  --silver-400: #96A0B6;
  --silver-500: #7885A1;
  --silver-600: #5C6984;
  --silver-700: #495369;
  --silver-800: #343C4B;
  --silver-900: #212630;
  --silver-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color