Silver

#92B9B9

Cyan

Color Codes

All color formats for development

HEX
#92B9B9
RGB
rgb(146, 185, 185)
HSL
hsl(180, 22%, 65%)
OKLCH
oklch(0.757 0.042 196.3)
CMYK
cmyk(21%, 0%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.13:1

AA AAA

On Black Background

9.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F1
200
#D7E5
300
#B7D1
400
#92B9
500
#73A5
600
#5889
700
#466D
800
#324E
900
#2032
950
#141F

Shades

Darker variations

1#7EACAC
2#6AA0A0
3#5A8E8E
4#4E7979
5#416565
6#345151
7#273D3D
8#1A2828
9#0D1414

Tints

Lighter variations

1#9DC0C0
2#A8C7C7
3#B3CECE
4#BED5D5
5#C9DCDC
6#D3E3E3
7#DEEAEA
8#E9F1F1
9#F4F8F8

Tones

Muted variations

1#94B7B7
2#96B5B5
3#98B3B3
4#9AB2B2
5#9CB0B0
6#9EAEAE
7#A0ACAC
8#A2AAAA
9#A4A8A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F1
Light backgroundsTable row hoverSkeleton loading
200
D7E5
#D7E5E5
Secondary backgroundsInput backgroundsDividers
300
B7D1
#B7D1D1
BordersInactive statesPlaceholder text
400
92B9
#92B9B9
Disabled statesSecondary iconsMuted text
500
73A5
#73A5A5
Primary brand colorCTAsActive elementsLinks
600
5889
#588989
Hover statesFocus ringsPrimary buttons hover
700
466D
#466D6D
Active/pressed statesDark mode accentsSecondary text
800
324E
#324E4E
Text on light backgroundsHeadingsStrong borders
900
2032
#203232
Primary textHigh emphasis contentDark headings
950
141F
#141F1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F9F9;
  --silver-100: #E9F1F1;
  --silver-200: #D7E5E5;
  --silver-300: #B7D1D1;
  --silver-400: #92B9B9;
  --silver-500: #73A5A5;
  --silver-600: #588989;
  --silver-700: #466D6D;
  --silver-800: #324E4E;
  --silver-900: #203232;
  --silver-950: #141F1F;
}
Generate More ShadesCreate PaletteConvert Color