Silver

#98ABB3

Blue

Color Codes

All color formats for development

HEX
#98ABB3
RGB
rgb(152, 171, 179)
HSL
hsl(198, 15%, 65%)
OKLCH
oklch(0.729 0.024 225)
CMYK
cmyk(15%, 4%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.38:1

AA AAA

On Black Background

8.81: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
#98AB
500
#7B93
600
#5F77
700
#4C5F
800
#3644
900
#232B
950
#161B

Shades

Darker variations

1#859CA5
2#728C97
3#637B85
4#556972
5#46585F
6#38464C
7#2A3539
8#1C2326
9#0E1213

Tints

Lighter variations

1#A3B3BB
2#ADBCC2
3#B7C4CA
4#C1CDD1
5#CCD5D9
6#D6DDE1
7#E0E6E8
8#EAEEF0
9#F5F7F7

Tones

Muted variations

1#9AABB2
2#9BAAB0
3#9CA9AF
4#9EA9AE
5#9FA8AC
6#A0A8AB
7#A2A7AA
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
98AB
#98ABB3
Disabled statesSecondary iconsMuted text
500
7B93
#7B939D
Primary brand colorCTAsActive elementsLinks
600
5F77
#5F7781
Hover statesFocus ringsPrimary buttons hover
700
4C5F
#4C5F67
Active/pressed statesDark mode accentsSecondary text
800
3644
#364449
Text on light backgroundsHeadingsStrong borders
900
232B
#232B2F
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: #98ABB3;
  --silver-500: #7B939D;
  --silver-600: #5F7781;
  --silver-700: #4C5F67;
  --silver-800: #364449;
  --silver-900: #232B2F;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color