Silver

#97ACB4

Blue

Color Codes

All color formats for development

HEX
#97ACB4
RGB
rgb(151, 172, 180)
HSL
hsl(197, 16%, 65%)
OKLCH
oklch(0.731 0.026 222.7)
CMYK
cmyk(16%, 4%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.88: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
#97AC
500
#7A94
600
#5E78
700
#4B5F
800
#3644
900
#222C
950
#151B

Shades

Darker variations

1#849DA6
2#718D98
3#617C87
4#546A73
5#465960
6#38474D
7#2A353A
8#1C2326
9#0E1213

Tints

Lighter variations

1#A2B4BC
2#ACBDC3
3#B7C5CB
4#C1CDD2
5#CBD5DA
6#D6DEE1
7#E0E6E9
8#EAEEF0
9#F5F7F8

Tones

Muted variations

1#99ABB3
2#9AABB1
3#9CAAB0
4#9DA9AE
5#9FA9AD
6#A0A8AB
7#A1A8AA
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
97AC
#97ACB4
Disabled statesSecondary iconsMuted text
500
7A94
#7A949F
Primary brand colorCTAsActive elementsLinks
600
5E78
#5E7882
Hover statesFocus ringsPrimary buttons hover
700
4B5F
#4B5F68
Active/pressed statesDark mode accentsSecondary text
800
3644
#36444A
Text on light backgroundsHeadingsStrong borders
900
222C
#222C2F
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: #97ACB4;
  --silver-500: #7A949F;
  --silver-600: #5E7882;
  --silver-700: #4B5F68;
  --silver-800: #36444A;
  --silver-900: #222C2F;
  --silver-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color