Silver

#98ACB3

Blue

Color Codes

All color formats for development

HEX
#98ACB3
RGB
rgb(152, 172, 179)
HSL
hsl(196, 15%, 65%)
OKLCH
oklch(0.731 0.025 220.8)
CMYK
cmyk(15%, 4%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BCC8
400
#98AC
500
#7B94
600
#5F78
700
#4C5F
800
#3644
900
#232C
950
#161B

Shades

Darker variations

1#859DA5
2#728D97
3#637C85
4#556A72
5#46595F
6#38474C
7#2A3539
8#1C2326
9#0E1213

Tints

Lighter variations

1#A3B4BB
2#ADBDC2
3#B7C5CA
4#C1CDD1
5#CCD5D9
6#D6DEE1
7#E0E6E8
8#EAEEF0
9#F5F7F7

Tones

Muted variations

1#9AABB2
2#9BABB0
3#9CAAAF
4#9EA9AE
5#9FA9AC
6#A0A8AB
7#A2A8AA
8#A3A7A8
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9E0
#D9E0E3
Secondary backgroundsInput backgroundsDividers
300
BCC8
#BCC8CD
BordersInactive statesPlaceholder text
400
98AC
#98ACB3
Disabled statesSecondary iconsMuted text
500
7B94
#7B949D
Primary brand colorCTAsActive elementsLinks
600
5F78
#5F7881
Hover statesFocus ringsPrimary buttons hover
700
4C5F
#4C5F67
Active/pressed statesDark mode accentsSecondary text
800
3644
#364449
Text on light backgroundsHeadingsStrong borders
900
232C
#232C2F
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EAEEF0;
  --silver-200: #D9E0E3;
  --silver-300: #BCC8CD;
  --silver-400: #98ACB3;
  --silver-500: #7B949D;
  --silver-600: #5F7881;
  --silver-700: #4C5F67;
  --silver-800: #364449;
  --silver-900: #232C2F;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color