Silver

#96B1B6

Cyan

Color Codes

All color formats for development

HEX
#96B1B6
RGB
rgb(150, 177, 182)
HSL
hsl(189, 18%, 65%)
OKLCH
oklch(0.742 0.031 210.1)
CMYK
cmyk(18%, 3%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.27:1

AA AAA

On Black Background

9.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#BACC
400
#96B1
500
#789B
600
#5C7E
700
#4964
800
#3448
900
#212E
950
#151D

Shades

Darker variations

1#82A3A8
2#6F949B
3#5F8389
4#527075
5#445D62
6#364B4E
7#29383B
8#1B2527
9#0E1314

Tints

Lighter variations

1#A0B9BD
2#ABC1C4
3#B5C8CC
4#C0D0D3
5#CAD8DA
6#D5E0E2
7#DFE8E9
8#EAEFF0
9#F4F7F8

Tones

Muted variations

1#97B0B4
2#99AFB3
3#9BAEB1
4#9CACAF
5#9EABAE
6#9FAAAC
7#A1A9AB
8#A3A8A9
9#A4A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
BACC
#BACCCF
BordersInactive statesPlaceholder text
400
96B1
#96B1B6
Disabled statesSecondary iconsMuted text
500
789B
#789BA1
Primary brand colorCTAsActive elementsLinks
600
5C7E
#5C7E84
Hover statesFocus ringsPrimary buttons hover
700
4964
#496469
Active/pressed statesDark mode accentsSecondary text
800
3448
#34484B
Text on light backgroundsHeadingsStrong borders
900
212E
#212E30
Primary textHigh emphasis contentDark headings
950
151D
#151D1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEFF0;
  --silver-200: #D8E2E4;
  --silver-300: #BACCCF;
  --silver-400: #96B1B6;
  --silver-500: #789BA1;
  --silver-600: #5C7E84;
  --silver-700: #496469;
  --silver-800: #34484B;
  --silver-900: #212E30;
  --silver-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color