Silver

#BEC7CA

Blue

Color Codes

All color formats for development

HEX
#BEC7CA
RGB
rgb(190, 199, 202)
HSL
hsl(195, 10%, 77%)
OKLCH
oklch(0.824 0.011 219.6)
CMYK
cmyk(6%, 1%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DBE0
300
#BEC7
400
#9DAA
500
#8192
600
#6576
700
#505E
800
#3943
900
#252B
950
#171B

Shades

Darker variations

1#A9B5B9
2#93A2A7
3#7E8F95
4#6A7C82
5#58676C
6#475256
7#353E41
8#23292B
9#121516

Tints

Lighter variations

1#C5CDCF
2#CBD2D5
3#D2D8DA
4#D8DEDF
5#DFE3E5
6#E5E9EA
7#ECEEEF
8#F2F4F4
9#F9F9FA

Tones

Muted variations

1#BFC7CA
2#C0C7C9
3#C0C6C8
4#C1C6C8
5#C1C6C7
6#C2C6C7
7#C3C5C6
8#C3C5C6
9#C4C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DBE0
#DBE0E1
Secondary backgroundsInput backgroundsDividers
300
BEC7
#BEC7CA
BordersInactive statesPlaceholder text
400
9DAA
#9DAAAF
Disabled statesSecondary iconsMuted text
500
8192
#819298
Primary brand colorCTAsActive elementsLinks
600
6576
#65767B
Hover statesFocus ringsPrimary buttons hover
700
505E
#505E62
Active/pressed statesDark mode accentsSecondary text
800
3943
#394346
Text on light backgroundsHeadingsStrong borders
900
252B
#252B2D
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F8F8;
  --silver-100: #EBEEEF;
  --silver-200: #DBE0E1;
  --silver-300: #BEC7CA;
  --silver-400: #9DAAAF;
  --silver-500: #819298;
  --silver-600: #65767B;
  --silver-700: #505E62;
  --silver-800: #394346;
  --silver-900: #252B2D;
  --silver-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color