Silver

#C0C0C8

Gray

Color Codes

All color formats for development

HEX
#C0C0C8
RGB
rgb(192, 192, 200)
HSL
hsl(240, 7%, 77%)
OKLCH
oklch(0.81 0.011 286.1)
CMYK
cmyk(4%, 4%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DCDC
300
#C0C0
400
#A0A0
500
#8484
600
#6868
700
#5353
800
#3B3B
900
#2626
950
#1818

Shades

Darker variations

1#ABABB6
2#9696A4
3#818192
4#6E6E7E
5#5B5B69
6#494954
7#37373F
8#25252A
9#121215

Tints

Lighter variations

1#C7C7CE
2#CDCDD3
3#D3D3D9
4#D9D9DE
5#E0E0E4
6#E6E6E9
7#ECECEF
8#F2F2F4
9#F9F9FA

Tones

Muted variations

1#C1C1C8
2#C1C1C8
3#C1C1C7
4#C2C2C7
5#C2C2C6
6#C3C3C6
7#C3C3C6
8#C4C4C5
9#C4C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEE
Light backgroundsTable row hoverSkeleton loading
200
DCDC
#DCDCE0
Secondary backgroundsInput backgroundsDividers
300
C0C0
#C0C0C8
BordersInactive statesPlaceholder text
400
A0A0
#A0A0AC
Disabled statesSecondary iconsMuted text
500
8484
#848494
Primary brand colorCTAsActive elementsLinks
600
6868
#686878
Hover statesFocus ringsPrimary buttons hover
700
5353
#53535F
Active/pressed statesDark mode accentsSecondary text
800
3B3B
#3B3B44
Text on light backgroundsHeadingsStrong borders
900
2626
#26262C
Primary textHigh emphasis contentDark headings
950
1818
#18181B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F7F8;
  --silver-100: #ECECEE;
  --silver-200: #DCDCE0;
  --silver-300: #C0C0C8;
  --silver-400: #A0A0AC;
  --silver-500: #848494;
  --silver-600: #686878;
  --silver-700: #53535F;
  --silver-800: #3B3B44;
  --silver-900: #26262C;
  --silver-950: #18181B;
}
Generate More ShadesCreate PaletteConvert Color