Silver

#9B9DB0

Blue

Color Codes

All color formats for development

HEX
#9B9DB0
RGB
rgb(155, 157, 176)
HSL
hsl(234, 12%, 65%)
OKLCH
oklch(0.701 0.028 280.9)
CMYK
cmyk(12%, 11%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEB
200
#DADB
300
#BDBF
400
#9B9D
500
#7E81
600
#6365
700
#4F51
800
#383A
900
#2425
950
#1617

Shades

Darker variations

1#888BA2
2#767993
3#666982
4#585A6F
5#494B5D
6#3A3C4A
7#2C2D38
8#1D1E25
9#0F0F13

Tints

Lighter variations

1#A5A7B8
2#AFB1C0
3#B9BBC8
4#C3C4D0
5#CDCED8
6#D7D8E0
7#E1E2E7
8#EBEBEF
9#F5F5F7

Tones

Muted variations

1#9C9EAF
2#9D9FAE
3#9EA0AD
4#9FA1AC
5#A0A1AB
6#A1A2AA
7#A3A3A9
8#A4A4A8
9#A5A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEB
#EBEBEF
Light backgroundsTable row hoverSkeleton loading
200
DADB
#DADBE2
Secondary backgroundsInput backgroundsDividers
300
BDBF
#BDBFCB
BordersInactive statesPlaceholder text
400
9B9D
#9B9DB0
Disabled statesSecondary iconsMuted text
500
7E81
#7E819A
Primary brand colorCTAsActive elementsLinks
600
6365
#63657E
Hover statesFocus ringsPrimary buttons hover
700
4F51
#4F5164
Active/pressed statesDark mode accentsSecondary text
800
383A
#383A47
Text on light backgroundsHeadingsStrong borders
900
2425
#24252E
Primary textHigh emphasis contentDark headings
950
1617
#16171D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EBEBEF;
  --silver-200: #DADBE2;
  --silver-300: #BDBFCB;
  --silver-400: #9B9DB0;
  --silver-500: #7E819A;
  --silver-600: #63657E;
  --silver-700: #4F5164;
  --silver-800: #383A47;
  --silver-900: #24252E;
  --silver-950: #16171D;
}
Generate More ShadesCreate PaletteConvert Color