Silver

#B8BCD1

Blue

Color Codes

All color formats for development

HEX
#B8BCD1
RGB
rgb(184, 188, 209)
HSL
hsl(230, 21%, 77%)
OKLCH
oklch(0.799 0.03 277.1)
CMYK
cmyk(12%, 10%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7D9
300
#B8BC
400
#9399
500
#747C
600
#5960
700
#474D
800
#3237
900
#2023
950
#1416

Shades

Darker variations

1#A0A6C1
2#898FB2
3#7179A2
4#5D658F
5#4E5477
6#3E445F
7#2F3347
8#1F2230
9#101118

Tints

Lighter variations

1#BFC3D5
2#C6CADA
3#CDD0DF
4#D4D7E3
5#DCDEE8
6#E3E4EC
7#EAEBF1
8#F1F2F6
9#F8F8FA

Tones

Muted variations

1#B9BDCF
2#BABECE
3#BCBFCD
4#BDBFCC
5#BEC0CB
6#BFC1C9
7#C1C2C8
8#C2C3C7
9#C3C4C6

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
D7D9
#D7D9E5
Secondary backgroundsInput backgroundsDividers
300
B8BC
#B8BCD1
BordersInactive statesPlaceholder text
400
9399
#9399B8
Disabled statesSecondary iconsMuted text
500
747C
#747CA4
Primary brand colorCTAsActive elementsLinks
600
5960
#596088
Hover statesFocus ringsPrimary buttons hover
700
474D
#474D6C
Active/pressed statesDark mode accentsSecondary text
800
3237
#32374D
Text on light backgroundsHeadingsStrong borders
900
2023
#202331
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: #D7D9E5;
  --silver-300: #B8BCD1;
  --silver-400: #9399B8;
  --silver-500: #747CA4;
  --silver-600: #596088;
  --silver-700: #474D6C;
  --silver-800: #32374D;
  --silver-900: #202331;
  --silver-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color