Silver

#9BA6B0

Blue

Color Codes

All color formats for development

HEX
#9BA6B0
RGB
rgb(155, 166, 176)
HSL
hsl(209, 12%, 65%)
OKLCH
oklch(0.72 0.019 245.5)
CMYK
cmyk(12%, 6%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.48:1

AA AAA

On Black Background

8.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBED
200
#DADE
300
#BDC5
400
#9BA6
500
#7E8D
600
#6371
700
#4F5A
800
#3840
900
#2429
950
#161A

Shades

Darker variations

1#8896A2
2#768593
3#667482
4#58646F
5#49535D
6#3A434A
7#2C3238
8#1D2125
9#0F1113

Tints

Lighter variations

1#A5AFB8
2#AFB8C0
3#B9C1C8
4#C3CAD0
5#CDD3D8
6#D7DBE0
7#E1E4E7
8#EBEDEF
9#F5F6F7

Tones

Muted variations

1#9CA6AF
2#9DA6AE
3#9EA6AD
4#9FA6AC
5#A0A6AB
6#A1A6AA
7#A3A6A9
8#A4A6A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADE
#DADEE2
Secondary backgroundsInput backgroundsDividers
300
BDC5
#BDC5CB
BordersInactive statesPlaceholder text
400
9BA6
#9BA6B0
Disabled statesSecondary iconsMuted text
500
7E8D
#7E8D9A
Primary brand colorCTAsActive elementsLinks
600
6371
#63717E
Hover statesFocus ringsPrimary buttons hover
700
4F5A
#4F5A64
Active/pressed statesDark mode accentsSecondary text
800
3840
#384047
Text on light backgroundsHeadingsStrong borders
900
2429
#24292E
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EBEDEF;
  --silver-200: #DADEE2;
  --silver-300: #BDC5CB;
  --silver-400: #9BA6B0;
  --silver-500: #7E8D9A;
  --silver-600: #63717E;
  --silver-700: #4F5A64;
  --silver-800: #384047;
  --silver-900: #24292E;
  --silver-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color