Silver

#9CA0B0

Blue

Color Codes

All color formats for development

HEX
#9CA0B0
RGB
rgb(156, 160, 176)
HSL
hsl(228, 11%, 65%)
OKLCH
oklch(0.708 0.024 274.6)
CMYK
cmyk(11%, 9%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.60:1

AA AAA

On Black Background

8.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBEC
200
#DADC
300
#BEC0
400
#9CA0
500
#8085
600
#6469
700
#4F53
800
#393C
900
#2426
950
#1718

Shades

Darker variations

1#8A8EA1
2#777D92
3#676C81
4#595D6E
5#4A4D5C
6#3B3E4A
7#2C2E37
8#1E1F25
9#0F0F12

Tints

Lighter variations

1#A6A9B8
2#B0B3BF
3#BABCC7
4#C4C6CF
5#CDCFD7
6#D7D9DF
7#E1E2E7
8#EBECEF
9#F5F5F7

Tones

Muted variations

1#9DA0AF
2#9EA1AE
3#9FA2AD
4#A0A2AC
5#A1A3AB
6#A2A3AA
7#A3A4A9
8#A4A5A8
9#A5A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADC
#DADCE1
Secondary backgroundsInput backgroundsDividers
300
BEC0
#BEC0CB
BordersInactive statesPlaceholder text
400
9CA0
#9CA0B0
Disabled statesSecondary iconsMuted text
500
8085
#808599
Primary brand colorCTAsActive elementsLinks
600
6469
#64697D
Hover statesFocus ringsPrimary buttons hover
700
4F53
#4F5363
Active/pressed statesDark mode accentsSecondary text
800
393C
#393C47
Text on light backgroundsHeadingsStrong borders
900
2426
#24262D
Primary textHigh emphasis contentDark headings
950
1718
#17181C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F7F8;
  --silver-100: #EBECEF;
  --silver-200: #DADCE1;
  --silver-300: #BEC0CB;
  --silver-400: #9CA0B0;
  --silver-500: #808599;
  --silver-600: #64697D;
  --silver-700: #4F5363;
  --silver-800: #393C47;
  --silver-900: #24262D;
  --silver-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color