Silver

#BBCDCE

Cyan

Color Codes

All color formats for development

HEX
#BBCDCE
RGB
rgb(187, 205, 206)
HSL
hsl(183, 16%, 77%)
OKLCH
oklch(0.835 0.02 200.8)
CMYK
cmyk(9%, 0%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E3
300
#BBCD
400
#97B3
500
#7A9D
600
#5E80
700
#4B66
800
#3649
900
#222F
950
#151D

Shades

Darker variations

1#A4BCBD
2#8DABAD
3#779A9C
4#638789
5#527072
6#425A5B
7#314344
8#212D2E
9#101617

Tints

Lighter variations

1#C2D2D3
2#C9D7D8
3#CFDCDD
4#D6E1E1
5#DDE6E6
6#E4EBEB
7#EBF0F0
8#F1F5F5
9#F8FAFA

Tones

Muted variations

1#BCCCCD
2#BDCBCC
3#BECACB
4#BFC9CA
5#C0C9C9
6#C1C8C8
7#C2C7C7
8#C2C6C6
9#C3C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BBCD
#BBCDCE
BordersInactive statesPlaceholder text
400
97B3
#97B3B4
Disabled statesSecondary iconsMuted text
500
7A9D
#7A9D9F
Primary brand colorCTAsActive elementsLinks
600
5E80
#5E8082
Hover statesFocus ringsPrimary buttons hover
700
4B66
#4B6668
Active/pressed statesDark mode accentsSecondary text
800
3649
#36494A
Text on light backgroundsHeadingsStrong borders
900
222F
#222F2F
Primary textHigh emphasis contentDark headings
950
151D
#151D1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAF0F0;
  --silver-200: #D9E3E3;
  --silver-300: #BBCDCE;
  --silver-400: #97B3B4;
  --silver-500: #7A9D9F;
  --silver-600: #5E8082;
  --silver-700: #4B6668;
  --silver-800: #36494A;
  --silver-900: #222F2F;
  --silver-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color