Silver

#BCCDCD

Cyan

Color Codes

All color formats for development

HEX
#BCCDCD
RGB
rgb(188, 205, 205)
HSL
hsl(180, 15%, 77%)
OKLCH
oklch(0.835 0.018 196.8)
CMYK
cmyk(8%, 0%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E3
300
#BCCD
400
#98B3
500
#7B9D
600
#5F81
700
#4C67
800
#3649
900
#232F
950
#161D

Shades

Darker variations

1#A5BCBC
2#8EACAC
3#789B9B
4#648787
5#537171
6#435A5A
7#324444
8#212D2D
9#111717

Tints

Lighter variations

1#C2D2D2
2#C9D7D7
3#D0DCDC
4#D7E1E1
5#DDE6E6
6#E4EBEB
7#EBF0F0
8#F2F5F5
9#F8FAFA

Tones

Muted variations

1#BCCCCC
2#BDCBCB
3#BECBCB
4#BFCACA
5#C0C9C9
6#C1C8C8
7#C2C7C7
8#C3C6C6
9#C3C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BCCD
#BCCDCD
BordersInactive statesPlaceholder text
400
98B3
#98B3B3
Disabled statesSecondary iconsMuted text
500
7B9D
#7B9D9D
Primary brand colorCTAsActive elementsLinks
600
5F81
#5F8181
Hover statesFocus ringsPrimary buttons hover
700
4C67
#4C6767
Active/pressed statesDark mode accentsSecondary text
800
3649
#364949
Text on light backgroundsHeadingsStrong borders
900
232F
#232F2F
Primary textHigh emphasis contentDark headings
950
161D
#161D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EAF0F0;
  --silver-200: #D9E3E3;
  --silver-300: #BCCDCD;
  --silver-400: #98B3B3;
  --silver-500: #7B9D9D;
  --silver-600: #5F8181;
  --silver-700: #4C6767;
  --silver-800: #364949;
  --silver-900: #232F2F;
  --silver-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color