Silver

#97ABB4

Blue

Color Codes

All color formats for development

HEX
#97ABB4
RGB
rgb(151, 171, 180)
HSL
hsl(199, 16%, 65%)
OKLCH
oklch(0.729 0.026 226.6)
CMYK
cmyk(16%, 5%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.39:1

AA AAA

On Black Background

8.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BBC8
400
#97AB
500
#7A93
600
#5E77
700
#4B5E
800
#3643
900
#222B
950
#151B

Shades

Darker variations

1#849BA6
2#718C98
3#617B87
4#546973
5#465860
6#38464D
7#2A353A
8#1C2326
9#0E1213

Tints

Lighter variations

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

Tones

Muted variations

1#99AAB3
2#9AAAB1
3#9CA9B0
4#9DA9AE
5#9FA8AD
6#A0A8AB
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
D9E0
#D9E0E3
Secondary backgroundsInput backgroundsDividers
300
BBC8
#BBC8CE
BordersInactive statesPlaceholder text
400
97AB
#97ABB4
Disabled statesSecondary iconsMuted text
500
7A93
#7A939F
Primary brand colorCTAsActive elementsLinks
600
5E77
#5E7782
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: #D9E0E3;
  --silver-300: #BBC8CE;
  --silver-400: #97ABB4;
  --silver-500: #7A939F;
  --silver-600: #5E7782;
  --silver-700: #4B5E68;
  --silver-800: #36434A;
  --silver-900: #222B2F;
  --silver-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color