Silver

#98A4B3

Blue

Color Codes

All color formats for development

HEX
#98A4B3
RGB
rgb(152, 164, 179)
HSL
hsl(213, 15%, 65%)
OKLCH
oklch(0.714 0.026 254)
CMYK
cmyk(15%, 8%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.53:1

AA AAA

On Black Background

8.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BCC3
400
#98A4
500
#7B8B
600
#5F6F
700
#4C58
800
#363F
900
#2328
950
#1619

Shades

Darker variations

1#8594A5
2#728397
3#637285
4#556272
5#46525F
6#38414C
7#2A3139
8#1C2126
9#0E1013

Tints

Lighter variations

1#A3ADBB
2#ADB7C2
3#B7C0CA
4#C1C9D1
5#CCD2D9
6#D6DBE1
7#E0E4E8
8#EAEDF0
9#F5F6F7

Tones

Muted variations

1#9AA5B2
2#9BA5B0
3#9CA5AF
4#9EA5AE
5#9FA5AC
6#A0A5AB
7#A2A5AA
8#A3A5A8
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
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BCC3
#BCC3CD
BordersInactive statesPlaceholder text
400
98A4
#98A4B3
Disabled statesSecondary iconsMuted text
500
7B8B
#7B8B9D
Primary brand colorCTAsActive elementsLinks
600
5F6F
#5F6F81
Hover statesFocus ringsPrimary buttons hover
700
4C58
#4C5867
Active/pressed statesDark mode accentsSecondary text
800
363F
#363F49
Text on light backgroundsHeadingsStrong borders
900
2328
#23282F
Primary textHigh emphasis contentDark headings
950
1619
#16191D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EAEDF0;
  --silver-200: #D9DDE3;
  --silver-300: #BCC3CD;
  --silver-400: #98A4B3;
  --silver-500: #7B8B9D;
  --silver-600: #5F6F81;
  --silver-700: #4C5867;
  --silver-800: #363F49;
  --silver-900: #23282F;
  --silver-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color