Silver

#BCCCCD

Cyan

Color Codes

All color formats for development

HEX
#BCCCCD
RGB
rgb(188, 204, 205)
HSL
hsl(184, 15%, 77%)
OKLCH
oklch(0.833 0.017 201.4)
CMYK
cmyk(8%, 0%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E2
300
#BCCC
400
#98B1
500
#7B9B
600
#5F7F
700
#4C65
800
#3648
900
#232E
950
#161D

Shades

Darker variations

1#A5BBBC
2#8EAAAC
3#78999B
4#648587
5#536F71
6#43595A
7#324344
8#212C2D
9#111617

Tints

Lighter variations

1#C2D1D2
2#C9D6D7
3#D0DBDC
4#D7E0E1
5#DDE5E6
6#E4EBEB
7#EBF0F0
8#F2F5F5
9#F8FAFA

Tones

Muted variations

1#BCCBCC
2#BDCACB
3#BECACB
4#BFC9CA
5#C0C8C9
6#C1C7C8
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
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E3
Secondary backgroundsInput backgroundsDividers
300
BCCC
#BCCCCD
BordersInactive statesPlaceholder text
400
98B1
#98B1B3
Disabled statesSecondary iconsMuted text
500
7B9B
#7B9B9D
Primary brand colorCTAsActive elementsLinks
600
5F7F
#5F7F81
Hover statesFocus ringsPrimary buttons hover
700
4C65
#4C6567
Active/pressed statesDark mode accentsSecondary text
800
3648
#364849
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2F
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: #EAEFF0;
  --silver-200: #D9E2E3;
  --silver-300: #BCCCCD;
  --silver-400: #98B1B3;
  --silver-500: #7B9B9D;
  --silver-600: #5F7F81;
  --silver-700: #4C6567;
  --silver-800: #364849;
  --silver-900: #232E2F;
  --silver-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color