Silver

#B9CFD0

Cyan

Color Codes

All color formats for development

HEX
#B9CFD0
RGB
rgb(185, 207, 208)
HSL
hsl(183, 20%, 77%)
OKLCH
oklch(0.838 0.024 200)
CMYK
cmyk(11%, 0%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D7E4
300
#B9CF
400
#94B6
500
#75A1
600
#5A84
700
#4769
800
#334B
900
#2130
950
#141E

Shades

Darker variations

1#A1BFC0
2#89AFB1
3#729FA1
4#5E8B8D
5#4F7476
6#3F5D5E
7#2F4647
8#1F2E2F
9#101718

Tints

Lighter variations

1#C0D4D5
2#C7D9D9
3#CEDDDE
4#D5E2E3
5#DCE7E8
6#E3ECEC
7#EAF1F1
8#F1F5F6
9#F8FAFA

Tones

Muted variations

1#BACECF
2#BBCDCE
3#BCCCCD
4#BDCBCB
5#BECACA
6#C0C9C9
7#C1C8C8
8#C2C6C7
9#C3C5C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E4
#D7E4E4
Secondary backgroundsInput backgroundsDividers
300
B9CF
#B9CFD0
BordersInactive statesPlaceholder text
400
94B6
#94B6B8
Disabled statesSecondary iconsMuted text
500
75A1
#75A1A3
Primary brand colorCTAsActive elementsLinks
600
5A84
#5A8487
Hover statesFocus ringsPrimary buttons hover
700
4769
#47696B
Active/pressed statesDark mode accentsSecondary text
800
334B
#334B4D
Text on light backgroundsHeadingsStrong borders
900
2130
#213031
Primary textHigh emphasis contentDark headings
950
141E
#141E1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F9F9;
  --silver-100: #EAF0F1;
  --silver-200: #D7E4E4;
  --silver-300: #B9CFD0;
  --silver-400: #94B6B8;
  --silver-500: #75A1A3;
  --silver-600: #5A8487;
  --silver-700: #47696B;
  --silver-800: #334B4D;
  --silver-900: #213031;
  --silver-950: #141E1F;
}
Generate More ShadesCreate PaletteConvert Color