Silver

#9B9FB0

Blue

Color Codes

All color formats for development

HEX
#9B9FB0
RGB
rgb(155, 159, 176)
HSL
hsl(229, 12%, 65%)
OKLCH
oklch(0.705 0.025 275.2)
CMYK
cmyk(12%, 10%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.63:1

AA AAA

On Black Background

7.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#DADB
300
#BDC0
400
#9B9F
500
#7E84
600
#6368
700
#4F52
800
#383B
900
#2426
950
#1618

Shades

Darker variations

1#888DA2
2#767B93
3#666B82
4#585C6F
5#494D5D
6#3A3D4A
7#2C2E38
8#1D1F25
9#0F0F13

Tints

Lighter variations

1#A5A9B8
2#AFB2C0
3#B9BCC8
4#C3C5D0
5#CDCFD8
6#D7D9E0
7#E1E2E7
8#EBECEF
9#F5F5F7

Tones

Muted variations

1#9CA0AF
2#9DA0AE
3#9EA1AD
4#9FA2AC
5#A0A2AB
6#A1A3AA
7#A3A4A9
8#A4A4A8
9#A5A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADB
#DADBE2
Secondary backgroundsInput backgroundsDividers
300
BDC0
#BDC0CB
BordersInactive statesPlaceholder text
400
9B9F
#9B9FB0
Disabled statesSecondary iconsMuted text
500
7E84
#7E849A
Primary brand colorCTAsActive elementsLinks
600
6368
#63687E
Hover statesFocus ringsPrimary buttons hover
700
4F52
#4F5264
Active/pressed statesDark mode accentsSecondary text
800
383B
#383B47
Text on light backgroundsHeadingsStrong borders
900
2426
#24262E
Primary textHigh emphasis contentDark headings
950
1618
#16181D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EBECEF;
  --silver-200: #DADBE2;
  --silver-300: #BDC0CB;
  --silver-400: #9B9FB0;
  --silver-500: #7E849A;
  --silver-600: #63687E;
  --silver-700: #4F5264;
  --silver-800: #383B47;
  --silver-900: #24262E;
  --silver-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color