Silver

#9CA6B0

Blue

Color Codes

All color formats for development

HEX
#9CA6B0
RGB
rgb(156, 166, 176)
HSL
hsl(210, 11%, 65%)
OKLCH
oklch(0.72 0.018 248.1)
CMYK
cmyk(11%, 6%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.47:1

AA AAA

On Black Background

8.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADE
300
#BEC4
400
#9CA6
500
#808C
600
#6470
700
#4F59
800
#3940
900
#2429
950
#171A

Shades

Darker variations

1#8A95A1
2#778592
3#677481
4#59636E
5#4A535C
6#3B424A
7#2C3237
8#1E2125
9#0F1112

Tints

Lighter variations

1#A6AFB8
2#B0B8BF
3#BAC1C7
4#C4C9CF
5#CDD2D7
6#D7DBDF
7#E1E4E7
8#EBEDEF
9#F5F6F7

Tones

Muted variations

1#9DA6AF
2#9EA6AE
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
BEC4
#BEC4CB
BordersInactive statesPlaceholder text
400
9CA6
#9CA6B0
Disabled statesSecondary iconsMuted text
500
808C
#808C99
Primary brand colorCTAsActive elementsLinks
600
6470
#64707D
Hover statesFocus ringsPrimary buttons hover
700
4F59
#4F5963
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: #BEC4CB;
  --silver-400: #9CA6B0;
  --silver-500: #808C99;
  --silver-600: #64707D;
  --silver-700: #4F5963;
  --silver-800: #394047;
  --silver-900: #24292D;
  --silver-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color