Silver

#939DB8

Blue

Color Codes

All color formats for development

HEX
#939DB8
RGB
rgb(147, 157, 184)
HSL
hsl(224, 21%, 65%)
OKLCH
oklch(0.697 0.041 269.3)
CMYK
cmyk(20%, 15%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.71:1

AA AAA

On Black Background

7.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EB
200
#D7DB
300
#B8BF
400
#939D
500
#7481
600
#5965
700
#4751
800
#323A
900
#2025
950
#1417

Shades

Darker variations

1#7F8BAB
2#6B799E
3#5C698C
4#4F5A78
5#414B64
6#343C50
7#272D3C
8#1A1E28
9#0D0F14

Tints

Lighter variations

1#9EA7C0
2#A9B1C7
3#B3BACE
4#BEC4D5
5#C9CEDC
6#D4D8E3
7#DFE2EA
8#E9EBF1
9#F4F5F8

Tones

Muted variations

1#959EB7
2#979FB5
3#99A0B3
4#9BA1B1
5#9CA1AF
6#9EA2AD
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
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7DB
#D7DBE5
Secondary backgroundsInput backgroundsDividers
300
B8BF
#B8BFD1
BordersInactive statesPlaceholder text
400
939D
#939DB8
Disabled statesSecondary iconsMuted text
500
7481
#7481A4
Primary brand colorCTAsActive elementsLinks
600
5965
#596588
Hover statesFocus ringsPrimary buttons hover
700
4751
#47516C
Active/pressed statesDark mode accentsSecondary text
800
323A
#323A4D
Text on light backgroundsHeadingsStrong borders
900
2025
#202531
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: #E9EBF1;
  --silver-200: #D7DBE5;
  --silver-300: #B8BFD1;
  --silver-400: #939DB8;
  --silver-500: #7481A4;
  --silver-600: #596588;
  --silver-700: #47516C;
  --silver-800: #323A4D;
  --silver-900: #202531;
  --silver-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color