Silver

#9BABB0

Cyan

Color Codes

All color formats for development

HEX
#9BABB0
RGB
rgb(155, 171, 176)
HSL
hsl(194, 12%, 65%)
OKLCH
oklch(0.73 0.019 218.4)
CMYK
cmyk(12%, 3%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DAE0
300
#BDC8
400
#9BAB
500
#7E94
600
#6377
700
#4F5F
800
#3844
900
#242B
950
#161B

Shades

Darker variations

1#889CA2
2#768C93
3#667B82
4#586A6F
5#49585D
6#3A474A
7#2C3538
8#1D2325
9#0F1213

Tints

Lighter variations

1#A5B4B8
2#AFBCC0
3#B9C5C8
4#C3CDD0
5#CDD5D8
6#D7DEE0
7#E1E6E7
8#EBEEEF
9#F5F7F7

Tones

Muted variations

1#9CABAF
2#9DAAAE
3#9EAAAD
4#9FA9AC
5#A0A9AB
6#A1A8AA
7#A3A7A9
8#A4A7A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E2
Secondary backgroundsInput backgroundsDividers
300
BDC8
#BDC8CB
BordersInactive statesPlaceholder text
400
9BAB
#9BABB0
Disabled statesSecondary iconsMuted text
500
7E94
#7E949A
Primary brand colorCTAsActive elementsLinks
600
6377
#63777E
Hover statesFocus ringsPrimary buttons hover
700
4F5F
#4F5F64
Active/pressed statesDark mode accentsSecondary text
800
3844
#384447
Text on light backgroundsHeadingsStrong borders
900
242B
#242B2E
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EBEEEF;
  --silver-200: #DAE0E2;
  --silver-300: #BDC8CB;
  --silver-400: #9BABB0;
  --silver-500: #7E949A;
  --silver-600: #63777E;
  --silver-700: #4F5F64;
  --silver-800: #384447;
  --silver-900: #242B2E;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color