Silver

#98B1B3

Cyan

Color Codes

All color formats for development

HEX
#98B1B3
RGB
rgb(152, 177, 179)
HSL
hsl(184, 15%, 65%)
OKLCH
oklch(0.742 0.028 202.5)
CMYK
cmyk(15%, 1%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.26:1

AA AAA

On Black Background

9.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E2
300
#BCCC
400
#98B1
500
#7B9B
600
#5F7F
700
#4C65
800
#3648
900
#232E
950
#161D

Shades

Darker variations

1#85A3A5
2#729597
3#638385
4#557072
5#465E5F
6#384B4C
7#2A3839
8#1C2526
9#0E1313

Tints

Lighter variations

1#A3B9BB
2#ADC1C2
3#B7C9CA
4#C1D0D1
5#CCD8D9
6#D6E0E1
7#E0E8E8
8#EAEFF0
9#F5F7F7

Tones

Muted variations

1#9AB0B2
2#9BAFB0
3#9CAEAF
4#9EADAE
5#9FACAC
6#A0AAAB
7#A2A9AA
8#A3A8A8
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
D9E2
#D9E2E3
Secondary backgroundsInput backgroundsDividers
300
BCCC
#BCCCCD
BordersInactive statesPlaceholder text
400
98B1
#98B1B3
Disabled statesSecondary iconsMuted text
500
7B9B
#7B9B9D
Primary brand colorCTAsActive elementsLinks
600
5F7F
#5F7F81
Hover statesFocus ringsPrimary buttons hover
700
4C65
#4C6567
Active/pressed statesDark mode accentsSecondary text
800
3648
#364849
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2F
Primary textHigh emphasis contentDark headings
950
161D
#161D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EAEFF0;
  --silver-200: #D9E2E3;
  --silver-300: #BCCCCD;
  --silver-400: #98B1B3;
  --silver-500: #7B9B9D;
  --silver-600: #5F7F81;
  --silver-700: #4C6567;
  --silver-800: #364849;
  --silver-900: #232E2F;
  --silver-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color