Silver

#949EB8

Blue

Color Codes

All color formats for development

HEX
#949EB8
RGB
rgb(148, 158, 184)
HSL
hsl(223, 20%, 65%)
OKLCH
oklch(0.7 0.04 268.7)
CMYK
cmyk(20%, 14%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D7DB
300
#B9BF
400
#949E
500
#7582
600
#5A66
700
#4752
800
#333A
900
#2125
950
#1417

Shades

Darker variations

1#808CAA
2#6C7A9D
3#5D6A8B
4#505B77
5#424C63
6#353D50
7#282D3C
8#1B1E28
9#0D0F14

Tints

Lighter variations

1#9FA8BF
2#A9B1C6
3#B4BBCD
4#BFC5D4
5#C9CFDB
6#D4D8E2
7#DFE2EA
8#EAECF1
9#F4F5F8

Tones

Muted variations

1#969FB6
2#97A0B4
3#99A0B2
4#9BA1B0
5#9DA2AF
6#9FA3AD
7#A0A3AB
8#A2A4A9
9#A4A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DB
#D7DBE4
Secondary backgroundsInput backgroundsDividers
300
B9BF
#B9BFD0
BordersInactive statesPlaceholder text
400
949E
#949EB8
Disabled statesSecondary iconsMuted text
500
7582
#7582A3
Primary brand colorCTAsActive elementsLinks
600
5A66
#5A6687
Hover statesFocus ringsPrimary buttons hover
700
4752
#47526B
Active/pressed statesDark mode accentsSecondary text
800
333A
#333A4D
Text on light backgroundsHeadingsStrong borders
900
2125
#212531
Primary textHigh emphasis contentDark headings
950
1417
#14171F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #EAECF1;
  --silver-200: #D7DBE4;
  --silver-300: #B9BFD0;
  --silver-400: #949EB8;
  --silver-500: #7582A3;
  --silver-600: #5A6687;
  --silver-700: #47526B;
  --silver-800: #333A4D;
  --silver-900: #212531;
  --silver-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color