Silver

#98B3B3

Cyan

Color Codes

All color formats for development

HEX
#98B3B3
RGB
rgb(152, 179, 179)
HSL
hsl(180, 15%, 65%)
OKLCH
oklch(0.746 0.03 196.5)
CMYK
cmyk(15%, 0%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E3
300
#BCCD
400
#98B3
500
#7B9D
600
#5F81
700
#4C67
800
#3649
900
#232F
950
#161D

Shades

Darker variations

1#85A5A5
2#729797
3#638585
4#557272
5#465F5F
6#384C4C
7#2A3939
8#1C2626
9#0E1313

Tints

Lighter variations

1#A3BBBB
2#ADC2C2
3#B7CACA
4#C1D1D1
5#CCD9D9
6#D6E1E1
7#E0E8E8
8#EAF0F0
9#F5F7F7

Tones

Muted variations

1#9AB2B2
2#9BB0B0
3#9CAFAF
4#9EAEAE
5#9FACAC
6#A0ABAB
7#A2AAAA
8#A3A8A8
9#A4A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BCCD
#BCCDCD
BordersInactive statesPlaceholder text
400
98B3
#98B3B3
Disabled statesSecondary iconsMuted text
500
7B9D
#7B9D9D
Primary brand colorCTAsActive elementsLinks
600
5F81
#5F8181
Hover statesFocus ringsPrimary buttons hover
700
4C67
#4C6767
Active/pressed statesDark mode accentsSecondary text
800
3649
#364949
Text on light backgroundsHeadingsStrong borders
900
232F
#232F2F
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: #EAF0F0;
  --silver-200: #D9E3E3;
  --silver-300: #BCCDCD;
  --silver-400: #98B3B3;
  --silver-500: #7B9D9D;
  --silver-600: #5F8181;
  --silver-700: #4C6767;
  --silver-800: #364949;
  --silver-900: #232F2F;
  --silver-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color