Silver

#98AAB3

Blue

Color Codes

All color formats for development

HEX
#98AAB3
RGB
rgb(152, 170, 179)
HSL
hsl(200, 15%, 65%)
OKLCH
oklch(0.727 0.024 229.2)
CMYK
cmyk(15%, 5%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.40:1

AA AAA

On Black Background

8.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BCC7
400
#98AA
500
#7B92
600
#5F76
700
#4C5E
800
#3643
900
#232B
950
#161B

Shades

Darker variations

1#859AA5
2#728B97
3#637A85
4#556872
5#46575F
6#38464C
7#2A3439
8#1C2326
9#0E1113

Tints

Lighter variations

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

Tones

Muted variations

1#9AAAB2
2#9BA9B0
3#9CA9AF
4#9EA8AE
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
BCC7
#BCC7CD
BordersInactive statesPlaceholder text
400
98AA
#98AAB3
Disabled statesSecondary iconsMuted text
500
7B92
#7B929D
Primary brand colorCTAsActive elementsLinks
600
5F76
#5F7681
Hover statesFocus ringsPrimary buttons hover
700
4C5E
#4C5E67
Active/pressed statesDark mode accentsSecondary text
800
3643
#364349
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: #BCC7CD;
  --silver-400: #98AAB3;
  --silver-500: #7B929D;
  --silver-600: #5F7681;
  --silver-700: #4C5E67;
  --silver-800: #364349;
  --silver-900: #232B2F;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color