Silver

#B9CCCF

Cyan

Color Codes

All color formats for development

HEX
#B9CCCF
RGB
rgb(185, 204, 207)
HSL
hsl(188, 19%, 77%)
OKLCH
oklch(0.832 0.021 208.1)
CMYK
cmyk(11%, 1%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D8E2
300
#B9CD
400
#95B2
500
#769C
600
#5B80
700
#4866
800
#3449
900
#212E
950
#151D

Shades

Darker variations

1#A2BCC0
2#8AABB0
3#739AA0
4#5F868C
5#507075
6#40595D
7#304346
8#202D2F
9#101617

Tints

Lighter variations

1#C0D2D4
2#C7D7D9
3#CEDCDE
4#D5E1E2
5#DCE6E7
6#E3EBEC
7#EAF0F1
8#F1F5F5
9#F8FAFA

Tones

Muted variations

1#BACCCE
2#BBCBCD
3#BDCACC
4#BEC9CB
5#BFC8CA
6#C0C8C9
7#C1C7C8
8#C2C6C7
9#C3C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F1
Light backgroundsTable row hoverSkeleton loading
200
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
B9CD
#B9CDCF
BordersInactive statesPlaceholder text
400
95B2
#95B2B7
Disabled statesSecondary iconsMuted text
500
769C
#769CA2
Primary brand colorCTAsActive elementsLinks
600
5B80
#5B8086
Hover statesFocus ringsPrimary buttons hover
700
4866
#48666A
Active/pressed statesDark mode accentsSecondary text
800
3449
#34494C
Text on light backgroundsHeadingsStrong borders
900
212E
#212E31
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: #EAF0F1;
  --silver-200: #D8E2E4;
  --silver-300: #B9CDCF;
  --silver-400: #95B2B7;
  --silver-500: #769CA2;
  --silver-600: #5B8086;
  --silver-700: #48666A;
  --silver-800: #34494C;
  --silver-900: #212E31;
  --silver-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color