Silver

#939BB8

Blue

Color Codes

All color formats for development

HEX
#939BB8
RGB
rgb(147, 155, 184)
HSL
hsl(227, 21%, 65%)
OKLCH
oklch(0.693 0.044 273.1)
CMYK
cmyk(20%, 16%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.76:1

AA AAA

On Black Background

7.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7DA
300
#B8BD
400
#939B
500
#747F
600
#5963
700
#474F
800
#3238
900
#2024
950
#1416

Shades

Darker variations

1#7F89AB
2#6B769E
3#5C668C
4#4F5878
5#414964
6#343A50
7#272C3C
8#1A1D28
9#0D0F14

Tints

Lighter variations

1#9EA5C0
2#A9AFC7
3#B3B9CE
4#BEC3D5
5#C9CDDC
6#D4D7E3
7#DFE1EA
8#E9EBF1
9#F4F5F8

Tones

Muted variations

1#959CB7
2#979DB5
3#999EB3
4#9B9FB1
5#9CA0AF
6#9EA2AD
7#A0A3AB
8#A2A4A9
9#A4A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7DA
#D7DAE5
Secondary backgroundsInput backgroundsDividers
300
B8BD
#B8BDD1
BordersInactive statesPlaceholder text
400
939B
#939BB8
Disabled statesSecondary iconsMuted text
500
747F
#747FA4
Primary brand colorCTAsActive elementsLinks
600
5963
#596388
Hover statesFocus ringsPrimary buttons hover
700
474F
#474F6C
Active/pressed statesDark mode accentsSecondary text
800
3238
#32384D
Text on light backgroundsHeadingsStrong borders
900
2024
#202431
Primary textHigh emphasis contentDark headings
950
1416
#14161F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F9;
  --silver-100: #E9EBF1;
  --silver-200: #D7DAE5;
  --silver-300: #B8BDD1;
  --silver-400: #939BB8;
  --silver-500: #747FA4;
  --silver-600: #596388;
  --silver-700: #474F6C;
  --silver-800: #32384D;
  --silver-900: #202431;
  --silver-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color