Silver

#9C9FB0

Blue

Color Codes

All color formats for development

HEX
#9C9FB0
RGB
rgb(156, 159, 176)
HSL
hsl(231, 11%, 65%)
OKLCH
oklch(0.706 0.025 277.8)
CMYK
cmyk(11%, 10%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.63:1

AA AAA

On Black Background

8.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBEC
200
#DADB
300
#BEC0
400
#9C9F
500
#8083
600
#6468
700
#4F52
800
#393B
900
#2426
950
#1718

Shades

Darker variations

1#8A8DA1
2#777B92
3#676B81
4#595C6E
5#4A4C5C
6#3B3D4A
7#2C2E37
8#1E1F25
9#0F0F12

Tints

Lighter variations

1#A6A8B8
2#B0B2BF
3#BABCC7
4#C4C5CF
5#CDCFD7
6#D7D9DF
7#E1E2E7
8#EBECEF
9#F5F5F7

Tones

Muted variations

1#9DA0AF
2#9EA0AE
3#9FA1AD
4#A0A2AC
5#A1A2AB
6#A2A3AA
7#A3A4A9
8#A4A4A8
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
DADB
#DADBE1
Secondary backgroundsInput backgroundsDividers
300
BEC0
#BEC0CB
BordersInactive statesPlaceholder text
400
9C9F
#9C9FB0
Disabled statesSecondary iconsMuted text
500
8083
#808399
Primary brand colorCTAsActive elementsLinks
600
6468
#64687D
Hover statesFocus ringsPrimary buttons hover
700
4F52
#4F5263
Active/pressed statesDark mode accentsSecondary text
800
393B
#393B47
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: #DADBE1;
  --silver-300: #BEC0CB;
  --silver-400: #9C9FB0;
  --silver-500: #808399;
  --silver-600: #64687D;
  --silver-700: #4F5263;
  --silver-800: #393B47;
  --silver-900: #24262D;
  --silver-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color