Silver

#BAC6CF

Blue

Color Codes

All color formats for development

HEX
#BAC6CF
RGB
rgb(186, 198, 207)
HSL
hsl(206, 18%, 77%)
OKLCH
oklch(0.82 0.018 240)
CMYK
cmyk(10%, 4%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#BAC6
400
#96A8
500
#788F
600
#5C73
700
#495B
800
#3441
900
#212A
950
#151A

Shades

Darker variations

1#A3B3BF
2#8B9FAF
3#748C9F
4#61798B
5#516574
6#40505D
7#303C46
8#20282E
9#101417

Tints

Lighter variations

1#C1CBD4
2#C8D1D9
3#CFD7DD
4#D5DDE2
5#DCE2E7
6#E3E8EC
7#EAEEF1
8#F1F4F5
9#F8F9FA

Tones

Muted variations

1#BBC6CE
2#BCC5CD
3#BDC5CC
4#BEC5CB
5#BFC5CA
6#C0C5C9
7#C1C5C8
8#C2C5C6
9#C3C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE4
Secondary backgroundsInput backgroundsDividers
300
BAC6
#BAC6CF
BordersInactive statesPlaceholder text
400
96A8
#96A8B6
Disabled statesSecondary iconsMuted text
500
788F
#788FA1
Primary brand colorCTAsActive elementsLinks
600
5C73
#5C7384
Hover statesFocus ringsPrimary buttons hover
700
495B
#495B69
Active/pressed statesDark mode accentsSecondary text
800
3441
#34414B
Text on light backgroundsHeadingsStrong borders
900
212A
#212A30
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEEF0;
  --silver-200: #D8DFE4;
  --silver-300: #BAC6CF;
  --silver-400: #96A8B6;
  --silver-500: #788FA1;
  --silver-600: #5C7384;
  --silver-700: #495B69;
  --silver-800: #34414B;
  --silver-900: #212A30;
  --silver-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color