Silver

#BCC2CD

Blue

Color Codes

All color formats for development

HEX
#BCC2CD
RGB
rgb(188, 194, 205)
HSL
hsl(219, 15%, 77%)
OKLCH
oklch(0.813 0.017 262.7)
CMYK
cmyk(8%, 5%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DC
300
#BCC2
400
#98A2
500
#7B87
600
#5F6B
700
#4C55
800
#363D
900
#2327
950
#1618

Shades

Darker variations

1#A5ADBC
2#8E99AC
3#78849B
4#647187
5#535E71
6#434B5A
7#323844
8#21262D
9#111317

Tints

Lighter variations

1#C2C8D2
2#C9CED7
3#D0D4DC
4#D7DAE1
5#DDE0E6
6#E4E6EB
7#EBEDF0
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BCC2CC
2#BDC2CB
3#BEC3CB
4#BFC3CA
5#C0C3C9
6#C1C3C8
7#C2C4C7
8#C3C4C6
9#C3C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DC
#D9DCE3
Secondary backgroundsInput backgroundsDividers
300
BCC2
#BCC2CD
BordersInactive statesPlaceholder text
400
98A2
#98A2B3
Disabled statesSecondary iconsMuted text
500
7B87
#7B879D
Primary brand colorCTAsActive elementsLinks
600
5F6B
#5F6B81
Hover statesFocus ringsPrimary buttons hover
700
4C55
#4C5567
Active/pressed statesDark mode accentsSecondary text
800
363D
#363D49
Text on light backgroundsHeadingsStrong borders
900
2327
#23272F
Primary textHigh emphasis contentDark headings
950
1618
#16181D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EAECF0;
  --silver-200: #D9DCE3;
  --silver-300: #BCC2CD;
  --silver-400: #98A2B3;
  --silver-500: #7B879D;
  --silver-600: #5F6B81;
  --silver-700: #4C5567;
  --silver-800: #363D49;
  --silver-900: #23272F;
  --silver-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color