Silver

#97B3B4

Cyan

Color Codes

All color formats for development

HEX
#97B3B4
RGB
rgb(151, 179, 180)
HSL
hsl(182, 16%, 65%)
OKLCH
oklch(0.746 0.031 199.2)
CMYK
cmyk(16%, 1%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E3
300
#BBCD
400
#97B3
500
#7A9D
600
#5E81
700
#4B67
800
#3649
900
#222F
950
#151D

Shades

Darker variations

1#84A5A6
2#719798
3#618587
4#547273
5#465F60
6#384C4D
7#2A393A
8#1C2626
9#0E1313

Tints

Lighter variations

1#A2BBBC
2#ACC2C3
3#B7CACB
4#C1D1D2
5#CBD9DA
6#D6E1E1
7#E0E8E9
8#EAF0F0
9#F5F7F8

Tones

Muted variations

1#99B2B3
2#9AB0B1
3#9CAFB0
4#9DAEAE
5#9FACAD
6#A0ABAB
7#A1AAAA
8#A3A8A9
9#A4A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BBCD
#BBCDCE
BordersInactive statesPlaceholder text
400
97B3
#97B3B4
Disabled statesSecondary iconsMuted text
500
7A9D
#7A9D9F
Primary brand colorCTAsActive elementsLinks
600
5E81
#5E8182
Hover statesFocus ringsPrimary buttons hover
700
4B67
#4B6768
Active/pressed statesDark mode accentsSecondary text
800
3649
#36494A
Text on light backgroundsHeadingsStrong borders
900
222F
#222F2F
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: #EAF0F0;
  --silver-200: #D9E3E3;
  --silver-300: #BBCDCE;
  --silver-400: #97B3B4;
  --silver-500: #7A9D9F;
  --silver-600: #5E8182;
  --silver-700: #4B6768;
  --silver-800: #36494A;
  --silver-900: #222F2F;
  --silver-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color