Silver

#97AAB4

Blue

Color Codes

All color formats for development

HEX
#97AAB4
RGB
rgb(151, 170, 180)
HSL
hsl(201, 16%, 65%)
OKLCH
oklch(0.727 0.026 230.6)
CMYK
cmyk(16%, 6%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9DF
300
#BBC7
400
#97AA
500
#7A92
600
#5E76
700
#4B5E
800
#3643
900
#222B
950
#151B

Shades

Darker variations

1#849AA6
2#718A98
3#617A87
4#546873
5#465760
6#38454D
7#2A343A
8#1C2326
9#0E1113

Tints

Lighter variations

1#A2B3BC
2#ACBBC3
3#B7C4CB
4#C1CCD2
5#CBD5DA
6#D6DDE1
7#E0E6E9
8#EAEEF0
9#F5F7F8

Tones

Muted variations

1#99AAB3
2#9AA9B1
3#9CA9B0
4#9DA8AE
5#9FA8AD
6#A0A7AB
7#A1A7AA
8#A3A7A9
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9DF
#D9DFE3
Secondary backgroundsInput backgroundsDividers
300
BBC7
#BBC7CE
BordersInactive statesPlaceholder text
400
97AA
#97AAB4
Disabled statesSecondary iconsMuted text
500
7A92
#7A929F
Primary brand colorCTAsActive elementsLinks
600
5E76
#5E7682
Hover statesFocus ringsPrimary buttons hover
700
4B5E
#4B5E68
Active/pressed statesDark mode accentsSecondary text
800
3643
#36434A
Text on light backgroundsHeadingsStrong borders
900
222B
#222B2F
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEEF0;
  --silver-200: #D9DFE3;
  --silver-300: #BBC7CE;
  --silver-400: #97AAB4;
  --silver-500: #7A929F;
  --silver-600: #5E7682;
  --silver-700: #4B5E68;
  --silver-800: #36434A;
  --silver-900: #222B2F;
  --silver-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color