Silver

#95B6B7

Cyan

Color Codes

All color formats for development

HEX
#95B6B7
RGB
rgb(149, 182, 183)
HSL
hsl(182, 19%, 65%)
OKLCH
oklch(0.752 0.036 198.7)
CMYK
cmyk(19%, 1%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D8E4
300
#B9CF
400
#95B6
500
#76A1
600
#5B84
700
#4869
800
#344B
900
#2130
950
#151E

Shades

Darker variations

1#81A8A9
2#6D9A9C
3#5E898A
4#517576
5#436263
6#364E4F
7#283B3B
8#1B2727
9#0D1414

Tints

Lighter variations

1#9FBDBE
2#AAC4C5
3#B5CCCC
4#BFD3D4
5#CADADB
6#D5E2E2
7#DFE9E9
8#EAF0F1
9#F4F8F8

Tones

Muted variations

1#96B4B5
2#98B2B3
3#9AB1B2
4#9CAFB0
5#9DAEAE
6#9FACAD
7#A1AAAB
8#A2A9A9
9#A4A7A7

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
D8E4
#D8E4E4
Secondary backgroundsInput backgroundsDividers
300
B9CF
#B9CFCF
BordersInactive statesPlaceholder text
400
95B6
#95B6B7
Disabled statesSecondary iconsMuted text
500
76A1
#76A1A2
Primary brand colorCTAsActive elementsLinks
600
5B84
#5B8486
Hover statesFocus ringsPrimary buttons hover
700
4869
#48696A
Active/pressed statesDark mode accentsSecondary text
800
344B
#344B4C
Text on light backgroundsHeadingsStrong borders
900
2130
#213031
Primary textHigh emphasis contentDark headings
950
151E
#151E1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F9F9;
  --silver-100: #EAF0F1;
  --silver-200: #D8E4E4;
  --silver-300: #B9CFCF;
  --silver-400: #95B6B7;
  --silver-500: #76A1A2;
  --silver-600: #5B8486;
  --silver-700: #48696A;
  --silver-800: #344B4C;
  --silver-900: #213031;
  --silver-950: #151E1E;
}
Generate More ShadesCreate PaletteConvert Color