Silver

#9CA1B0

Blue

Color Codes

All color formats for development

HEX
#9CA1B0
RGB
rgb(156, 161, 176)
HSL
hsl(225, 11%, 65%)
OKLCH
oklch(0.71 0.023 271.1)
CMYK
cmyk(11%, 9%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBEC
200
#DADC
300
#BEC1
400
#9CA1
500
#8086
600
#646A
700
#4F54
800
#393C
900
#2427
950
#1718

Shades

Darker variations

1#8A8FA1
2#777E92
3#676E81
4#595E6E
5#4A4E5C
6#3B3F4A
7#2C2F37
8#1E1F25
9#0F1012

Tints

Lighter variations

1#A6AAB8
2#B0B4BF
3#BABDC7
4#C4C7CF
5#CDD0D7
6#D7D9DF
7#E1E3E7
8#EBECEF
9#F5F6F7

Tones

Muted variations

1#9DA1AF
2#9EA2AE
3#9FA2AD
4#A0A3AC
5#A1A3AB
6#A2A4AA
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
BEC1
#BEC1CB
BordersInactive statesPlaceholder text
400
9CA1
#9CA1B0
Disabled statesSecondary iconsMuted text
500
8086
#808699
Primary brand colorCTAsActive elementsLinks
600
646A
#646A7D
Hover statesFocus ringsPrimary buttons hover
700
4F54
#4F5463
Active/pressed statesDark mode accentsSecondary text
800
393C
#393C47
Text on light backgroundsHeadingsStrong borders
900
2427
#24272D
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: #BEC1CB;
  --silver-400: #9CA1B0;
  --silver-500: #808699;
  --silver-600: #646A7D;
  --silver-700: #4F5463;
  --silver-800: #393C47;
  --silver-900: #24272D;
  --silver-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color