Silver

#9CA8B0

Blue

Color Codes

All color formats for development

HEX
#9CA8B0
RGB
rgb(156, 168, 176)
HSL
hsl(204, 11%, 65%)
OKLCH
oklch(0.725 0.018 236.8)
CMYK
cmyk(11%, 5%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.43:1

AA AAA

On Black Background

8.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DADF
300
#BEC6
400
#9CA8
500
#808F
600
#6473
700
#4F5B
800
#3941
900
#242A
950
#171A

Shades

Darker variations

1#8A98A1
2#778792
3#677781
4#59666E
5#4A555C
6#3B444A
7#2C3337
8#1E2225
9#0F1112

Tints

Lighter variations

1#A6B0B8
2#B0B9BF
3#BAC2C7
4#C4CBCF
5#CDD3D7
6#D7DCDF
7#E1E5E7
8#EBEEEF
9#F5F6F7

Tones

Muted variations

1#9DA8AF
2#9EA7AE
3#9FA7AD
4#A0A7AC
5#A1A7AB
6#A2A7AA
7#A3A6A9
8#A4A6A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DADF
#DADFE1
Secondary backgroundsInput backgroundsDividers
300
BEC6
#BEC6CB
BordersInactive statesPlaceholder text
400
9CA8
#9CA8B0
Disabled statesSecondary iconsMuted text
500
808F
#808F99
Primary brand colorCTAsActive elementsLinks
600
6473
#64737D
Hover statesFocus ringsPrimary buttons hover
700
4F5B
#4F5B63
Active/pressed statesDark mode accentsSecondary text
800
3941
#394147
Text on light backgroundsHeadingsStrong borders
900
242A
#242A2D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F8F8;
  --silver-100: #EBEEEF;
  --silver-200: #DADFE1;
  --silver-300: #BEC6CB;
  --silver-400: #9CA8B0;
  --silver-500: #808F99;
  --silver-600: #64737D;
  --silver-700: #4F5B63;
  --silver-800: #394147;
  --silver-900: #242A2D;
  --silver-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color