Silver

#94B6B8

Cyan

Color Codes

All color formats for development

HEX
#94B6B8
RGB
rgb(148, 182, 184)
HSL
hsl(183, 20%, 65%)
OKLCH
oklch(0.752 0.037 200.8)
CMYK
cmyk(20%, 1%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D7E4
300
#B9CF
400
#94B6
500
#75A1
600
#5A84
700
#4769
800
#334B
900
#2130
950
#141E

Shades

Darker variations

1#80A8AA
2#6C9B9D
3#5D898B
4#507577
5#426263
6#354E50
7#283B3C
8#1B2728
9#0D1414

Tints

Lighter variations

1#9FBDBF
2#A9C4C6
3#B4CCCD
4#BFD3D4
5#C9DADB
6#D4E2E2
7#DFE9EA
8#EAF0F1
9#F4F8F8

Tones

Muted variations

1#96B4B6
2#97B3B4
3#99B1B2
4#9BAFB0
5#9DAEAF
6#9FACAD
7#A0ABAB
8#A2A9A9
9#A4A7A8

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
D7E4
#D7E4E4
Secondary backgroundsInput backgroundsDividers
300
B9CF
#B9CFD0
BordersInactive statesPlaceholder text
400
94B6
#94B6B8
Disabled statesSecondary iconsMuted text
500
75A1
#75A1A3
Primary brand colorCTAsActive elementsLinks
600
5A84
#5A8487
Hover statesFocus ringsPrimary buttons hover
700
4769
#47696B
Active/pressed statesDark mode accentsSecondary text
800
334B
#334B4D
Text on light backgroundsHeadingsStrong borders
900
2130
#213031
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: #EAF0F1;
  --silver-200: #D7E4E4;
  --silver-300: #B9CFD0;
  --silver-400: #94B6B8;
  --silver-500: #75A1A3;
  --silver-600: #5A8487;
  --silver-700: #47696B;
  --silver-800: #334B4D;
  --silver-900: #213031;
  --silver-950: #141E1F;
}
Generate More ShadesCreate PaletteConvert Color