Silver

#97B4B4

Cyan

Color Codes

All color formats for development

HEX
#97B4B4
RGB
rgb(151, 180, 180)
HSL
hsl(180, 16%, 65%)
OKLCH
oklch(0.748 0.032 196.5)
CMYK
cmyk(16%, 0%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D9E3
300
#BBCE
400
#97B4
500
#7A9F
600
#5E82
700
#4B68
800
#364A
900
#222F
950
#151E

Shades

Darker variations

1#84A6A6
2#719898
3#618787
4#547373
5#466060
6#384D4D
7#2A3A3A
8#1C2626
9#0E1313

Tints

Lighter variations

1#A2BCBC
2#ACC3C3
3#B7CBCB
4#C1D2D2
5#CBDADA
6#D6E1E1
7#E0E9E9
8#EAF0F0
9#F5F8F8

Tones

Muted variations

1#99B3B3
2#9AB1B1
3#9CB0B0
4#9DAEAE
5#9FADAD
6#A0ABAB
7#A1AAAA
8#A3A9A9
9#A4A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BBCE
#BBCECE
BordersInactive statesPlaceholder text
400
97B4
#97B4B4
Disabled statesSecondary iconsMuted text
500
7A9F
#7A9F9F
Primary brand colorCTAsActive elementsLinks
600
5E82
#5E8282
Hover statesFocus ringsPrimary buttons hover
700
4B68
#4B6868
Active/pressed statesDark mode accentsSecondary text
800
364A
#364A4A
Text on light backgroundsHeadingsStrong borders
900
222F
#222F2F
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: #EAF0F0;
  --silver-200: #D9E3E3;
  --silver-300: #BBCECE;
  --silver-400: #97B4B4;
  --silver-500: #7A9F9F;
  --silver-600: #5E8282;
  --silver-700: #4B6868;
  --silver-800: #364A4A;
  --silver-900: #222F2F;
  --silver-950: #151E1E;
}
Generate More ShadesCreate PaletteConvert Color