Silver

#9BACB0

Cyan

Color Codes

All color formats for development

HEX
#9BACB0
RGB
rgb(155, 172, 176)
HSL
hsl(191, 12%, 65%)
OKLCH
oklch(0.732 0.02 213.4)
CMYK
cmyk(12%, 2%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#DAE0
300
#BDC9
400
#9BAD
500
#7E95
600
#6379
700
#4F60
800
#3845
900
#242C
950
#161B

Shades

Darker variations

1#889DA2
2#768E93
3#667D82
4#586B6F
5#49595D
6#3A474A
7#2C3638
8#1D2425
9#0F1213

Tints

Lighter variations

1#A5B5B8
2#AFBDC0
3#B9C5C8
4#C3CED0
5#CDD6D8
6#D7DEE0
7#E1E6E7
8#EBEFEF
9#F5F7F7

Tones

Muted variations

1#9CACAF
2#9DABAE
3#9EAAAD
4#9FAAAC
5#A0A9AB
6#A1A8AA
7#A3A8A9
8#A4A7A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEF
#EBEFEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E2
Secondary backgroundsInput backgroundsDividers
300
BDC9
#BDC9CB
BordersInactive statesPlaceholder text
400
9BAD
#9BADB0
Disabled statesSecondary iconsMuted text
500
7E95
#7E959A
Primary brand colorCTAsActive elementsLinks
600
6379
#63797E
Hover statesFocus ringsPrimary buttons hover
700
4F60
#4F6064
Active/pressed statesDark mode accentsSecondary text
800
3845
#384547
Text on light backgroundsHeadingsStrong borders
900
242C
#242C2E
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: #EBEFEF;
  --silver-200: #DAE0E2;
  --silver-300: #BDC9CB;
  --silver-400: #9BADB0;
  --silver-500: #7E959A;
  --silver-600: #63797E;
  --silver-700: #4F6064;
  --silver-800: #384547;
  --silver-900: #242C2E;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color