Silver

#BEBECB

Blue

Color Codes

All color formats for development

HEX
#BEBECB
RGB
rgb(190, 190, 203)
HSL
hsl(240, 11%, 77%)
OKLCH
oklch(0.805 0.018 286)
CMYK
cmyk(6%, 6%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBEB
200
#DADA
300
#BEBE
400
#9C9C
500
#8080
600
#6464
700
#4F4F
800
#3939
900
#2424
950
#1717

Shades

Darker variations

1#A8A8B9
2#9292A8
3#7D7D96
4#696983
5#57576D
6#464657
7#343441
8#23232C
9#111116

Tints

Lighter variations

1#C4C4D0
2#CBCBD5
3#D1D1DA
4#D8D8E0
5#DEDEE5
6#E5E5EA
7#EBEBEF
8#F2F2F5
9#F8F8FA

Tones

Muted variations

1#BFBFCA
2#BFBFCA
3#C0C0C9
4#C0C0C8
5#C1C1C8
6#C2C2C7
7#C2C2C6
8#C3C3C6
9#C4C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEB
#EBEBEF
Light backgroundsTable row hoverSkeleton loading
200
DADA
#DADAE1
Secondary backgroundsInput backgroundsDividers
300
BEBE
#BEBECB
BordersInactive statesPlaceholder text
400
9C9C
#9C9CB0
Disabled statesSecondary iconsMuted text
500
8080
#808099
Primary brand colorCTAsActive elementsLinks
600
6464
#64647D
Hover statesFocus ringsPrimary buttons hover
700
4F4F
#4F4F63
Active/pressed statesDark mode accentsSecondary text
800
3939
#393947
Text on light backgroundsHeadingsStrong borders
900
2424
#24242D
Primary textHigh emphasis contentDark headings
950
1717
#17171C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F7F8;
  --silver-100: #EBEBEF;
  --silver-200: #DADAE1;
  --silver-300: #BEBECB;
  --silver-400: #9C9CB0;
  --silver-500: #808099;
  --silver-600: #64647D;
  --silver-700: #4F4F63;
  --silver-800: #393947;
  --silver-900: #24242D;
  --silver-950: #17171C;
}
Generate More ShadesCreate PaletteConvert Color