Silver

#98ADB3

Cyan

Color Codes

All color formats for development

HEX
#98ADB3
RGB
rgb(152, 173, 179)
HSL
hsl(193, 15%, 65%)
OKLCH
oklch(0.733 0.025 216.8)
CMYK
cmyk(15%, 3%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E1
300
#BCC9
400
#98AD
500
#7B96
600
#5F7A
700
#4C61
800
#3645
900
#232C
950
#161C

Shades

Darker variations

1#859EA5
2#728F97
3#637E85
4#556C72
5#465A5F
6#38484C
7#2A3639
8#1C2426
9#0E1213

Tints

Lighter variations

1#A3B6BB
2#ADBEC2
3#B7C6CA
4#C1CED1
5#CCD6D9
6#D6DEE1
7#E0E7E8
8#EAEFF0
9#F5F7F7

Tones

Muted variations

1#9AADB2
2#9BACB0
3#9CABAF
4#9EAAAE
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
BCC9
#BCC9CD
BordersInactive statesPlaceholder text
400
98AD
#98ADB3
Disabled statesSecondary iconsMuted text
500
7B96
#7B969D
Primary brand colorCTAsActive elementsLinks
600
5F7A
#5F7A81
Hover statesFocus ringsPrimary buttons hover
700
4C61
#4C6167
Active/pressed statesDark mode accentsSecondary text
800
3645
#364549
Text on light backgroundsHeadingsStrong borders
900
232C
#232C2F
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: #BCC9CD;
  --silver-400: #98ADB3;
  --silver-500: #7B969D;
  --silver-600: #5F7A81;
  --silver-700: #4C6167;
  --silver-800: #364549;
  --silver-900: #232C2F;
  --silver-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color