Silver

#98A6B3

Blue

Color Codes

All color formats for development

HEX
#98A6B3
RGB
rgb(152, 166, 179)
HSL
hsl(209, 15%, 65%)
OKLCH
oklch(0.718 0.025 246.2)
CMYK
cmyk(15%, 7%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.49:1

AA AAA

On Black Background

8.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DE
300
#BCC5
400
#98A6
500
#7B8D
600
#5F71
700
#4C5A
800
#3640
900
#2329
950
#161A

Shades

Darker variations

1#8596A5
2#728597
3#637585
4#556472
5#46535F
6#38434C
7#2A3239
8#1C2126
9#0E1113

Tints

Lighter variations

1#A3AFBB
2#ADB8C2
3#B7C1CA
4#C1CAD1
5#CCD3D9
6#D6DBE1
7#E0E4E8
8#EAEDF0
9#F5F6F7

Tones

Muted variations

1#9AA6B2
2#9BA6B0
3#9CA6AF
4#9EA6AE
5#9FA6AC
6#A0A6AB
7#A2A6AA
8#A3A6A8
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DE
#D9DEE3
Secondary backgroundsInput backgroundsDividers
300
BCC5
#BCC5CD
BordersInactive statesPlaceholder text
400
98A6
#98A6B3
Disabled statesSecondary iconsMuted text
500
7B8D
#7B8D9D
Primary brand colorCTAsActive elementsLinks
600
5F71
#5F7181
Hover statesFocus ringsPrimary buttons hover
700
4C5A
#4C5A67
Active/pressed statesDark mode accentsSecondary text
800
3640
#364049
Text on light backgroundsHeadingsStrong borders
900
2329
#23292F
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EAEDF0;
  --silver-200: #D9DEE3;
  --silver-300: #BCC5CD;
  --silver-400: #98A6B3;
  --silver-500: #7B8D9D;
  --silver-600: #5F7181;
  --silver-700: #4C5A67;
  --silver-800: #364049;
  --silver-900: #23292F;
  --silver-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color