Silver

#9CA7B0

Blue

Color Codes

All color formats for development

HEX
#9CA7B0
RGB
rgb(156, 167, 176)
HSL
hsl(207, 11%, 65%)
OKLCH
oklch(0.722 0.018 242.5)
CMYK
cmyk(11%, 5%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.45:1

AA AAA

On Black Background

8.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADE
300
#BEC5
400
#9CA7
500
#808E
600
#6471
700
#4F5A
800
#3940
900
#2429
950
#171A

Shades

Darker variations

1#8A96A1
2#778692
3#677581
4#59656E
5#4A545C
6#3B434A
7#2C3237
8#1E2225
9#0F1112

Tints

Lighter variations

1#A6B0B8
2#B0B8BF
3#BAC1C7
4#C4CACF
5#CDD3D7
6#D7DCDF
7#E1E5E7
8#EBEDEF
9#F5F6F7

Tones

Muted variations

1#9DA7AF
2#9EA7AE
3#9FA6AD
4#A0A6AC
5#A1A6AB
6#A2A6AA
7#A3A6A9
8#A4A6A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADE
#DADEE1
Secondary backgroundsInput backgroundsDividers
300
BEC5
#BEC5CB
BordersInactive statesPlaceholder text
400
9CA7
#9CA7B0
Disabled statesSecondary iconsMuted text
500
808E
#808E99
Primary brand colorCTAsActive elementsLinks
600
6471
#64717D
Hover statesFocus ringsPrimary buttons hover
700
4F5A
#4F5A63
Active/pressed statesDark mode accentsSecondary text
800
3940
#394047
Text on light backgroundsHeadingsStrong borders
900
2429
#24292D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F7F8;
  --silver-100: #EBEDEF;
  --silver-200: #DADEE1;
  --silver-300: #BEC5CB;
  --silver-400: #9CA7B0;
  --silver-500: #808E99;
  --silver-600: #64717D;
  --silver-700: #4F5A63;
  --silver-800: #394047;
  --silver-900: #24292D;
  --silver-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color