Silver

#92B6B9

Cyan

Color Codes

All color formats for development

HEX
#92B6B9
RGB
rgb(146, 182, 185)
HSL
hsl(185, 22%, 65%)
OKLCH
oklch(0.751 0.039 202.6)
CMYK
cmyk(21%, 2%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F0
200
#D7E4
300
#B7CF
400
#92B6
500
#73A1
600
#5885
700
#466A
800
#324B
900
#2030
950
#141E

Shades

Darker variations

1#7EA9AC
2#6A9BA0
3#5A898E
4#4E7679
5#416265
6#344E51
7#273B3D
8#1A2728
9#0D1414

Tints

Lighter variations

1#9DBDC0
2#A8C5C7
3#B3CCCE
4#BED3D5
5#C9DBDC
6#D3E2E3
7#DEE9EA
8#E9F0F1
9#F4F8F8

Tones

Muted variations

1#94B4B7
2#96B3B5
3#98B1B3
4#9AB0B2
5#9CAEB0
6#9EACAE
7#A0ABAC
8#A2A9AA
9#A4A7A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E4
#D7E4E5
Secondary backgroundsInput backgroundsDividers
300
B7CF
#B7CFD1
BordersInactive statesPlaceholder text
400
92B6
#92B6B9
Disabled statesSecondary iconsMuted text
500
73A1
#73A1A5
Primary brand colorCTAsActive elementsLinks
600
5885
#588589
Hover statesFocus ringsPrimary buttons hover
700
466A
#466A6D
Active/pressed statesDark mode accentsSecondary text
800
324B
#324B4E
Text on light backgroundsHeadingsStrong borders
900
2030
#203032
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: #E9F0F1;
  --silver-200: #D7E4E5;
  --silver-300: #B7CFD1;
  --silver-400: #92B6B9;
  --silver-500: #73A1A5;
  --silver-600: #588589;
  --silver-700: #466A6D;
  --silver-800: #324B4E;
  --silver-900: #203032;
  --silver-950: #141E1F;
}
Generate More ShadesCreate PaletteConvert Color