Silver

#98AEB3

Cyan

Color Codes

All color formats for development

HEX
#98AEB3
RGB
rgb(152, 174, 179)
HSL
hsl(191, 15%, 65%)
OKLCH
oklch(0.736 0.025 212.9)
CMYK
cmyk(15%, 3%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E1
300
#BCCA
400
#98AE
500
#7B97
600
#5F7B
700
#4C62
800
#3646
900
#232D
950
#161C

Shades

Darker variations

1#859FA5
2#729097
3#637F85
4#556D72
5#465B5F
6#38494C
7#2A3639
8#1C2426
9#0E1213

Tints

Lighter variations

1#A3B6BB
2#ADBEC2
3#B7C6CA
4#C1CFD1
5#CCD7D9
6#D6DFE1
7#E0E7E8
8#EAEFF0
9#F5F7F7

Tones

Muted variations

1#9AADB2
2#9BADB0
3#9CACAF
4#9EABAE
5#9FAAAC
6#A0A9AB
7#A2A8AA
8#A3A7A8
9#A4A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E1
#D9E1E3
Secondary backgroundsInput backgroundsDividers
300
BCCA
#BCCACD
BordersInactive statesPlaceholder text
400
98AE
#98AEB3
Disabled statesSecondary iconsMuted text
500
7B97
#7B979D
Primary brand colorCTAsActive elementsLinks
600
5F7B
#5F7B81
Hover statesFocus ringsPrimary buttons hover
700
4C62
#4C6267
Active/pressed statesDark mode accentsSecondary text
800
3646
#364649
Text on light backgroundsHeadingsStrong borders
900
232D
#232D2F
Primary textHigh emphasis contentDark headings
950
161C
#161C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EAEFF0;
  --silver-200: #D9E1E3;
  --silver-300: #BCCACD;
  --silver-400: #98AEB3;
  --silver-500: #7B979D;
  --silver-600: #5F7B81;
  --silver-700: #4C6267;
  --silver-800: #364649;
  --silver-900: #232D2F;
  --silver-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color