Silver

#95B0B7

Cyan

Color Codes

All color formats for development

HEX
#95B0B7
RGB
rgb(149, 176, 183)
HSL
hsl(192, 19%, 65%)
OKLCH
oklch(0.739 0.031 215.1)
CMYK
cmyk(19%, 4%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.29:1

AA AAA

On Black Background

9.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#B9CB
400
#95B0
500
#7699
600
#5B7D
700
#4863
800
#3447
900
#212D
950
#151C

Shades

Darker variations

1#81A1A9
2#6D939C
3#5E818A
4#516F76
5#435C63
6#364A4F
7#28373B
8#1B2527
9#0D1214

Tints

Lighter variations

1#9FB8BE
2#AAC0C5
3#B5C8CC
4#BFD0D4
5#CAD7DB
6#D5DFE2
7#DFE7E9
8#EAEFF1
9#F4F7F8

Tones

Muted variations

1#96AFB5
2#98AEB3
3#9AADB2
4#9CACB0
5#9DABAE
6#9FAAAD
7#A1A9AB
8#A2A8A9
9#A4A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF1
Light backgroundsTable row hoverSkeleton loading
200
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
B9CB
#B9CBCF
BordersInactive statesPlaceholder text
400
95B0
#95B0B7
Disabled statesSecondary iconsMuted text
500
7699
#7699A2
Primary brand colorCTAsActive elementsLinks
600
5B7D
#5B7D86
Hover statesFocus ringsPrimary buttons hover
700
4863
#48636A
Active/pressed statesDark mode accentsSecondary text
800
3447
#34474C
Text on light backgroundsHeadingsStrong borders
900
212D
#212D31
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEFF1;
  --silver-200: #D8E2E4;
  --silver-300: #B9CBCF;
  --silver-400: #95B0B7;
  --silver-500: #7699A2;
  --silver-600: #5B7D86;
  --silver-700: #48636A;
  --silver-800: #34474C;
  --silver-900: #212D31;
  --silver-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color