Silver

#98B0B3

Cyan

Color Codes

All color formats for development

HEX
#98B0B3
RGB
rgb(152, 176, 179)
HSL
hsl(187, 15%, 65%)
OKLCH
oklch(0.74 0.027 205.8)
CMYK
cmyk(15%, 2%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.28:1

AA AAA

On Black Background

9.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E2
300
#BCCB
400
#98B0
500
#7B99
600
#5F7D
700
#4C64
800
#3647
900
#232D
950
#161C

Shades

Darker variations

1#85A1A5
2#729397
3#638185
4#556F72
5#465C5F
6#384A4C
7#2A3739
8#1C2526
9#0E1213

Tints

Lighter variations

1#A3B8BB
2#ADC0C2
3#B7C8CA
4#C1D0D1
5#CCD8D9
6#D6DFE1
7#E0E7E8
8#EAEFF0
9#F5F7F7

Tones

Muted variations

1#9AAFB2
2#9BAEB0
3#9CADAF
4#9EACAE
5#9FABAC
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
BCCB
#BCCBCD
BordersInactive statesPlaceholder text
400
98B0
#98B0B3
Disabled statesSecondary iconsMuted text
500
7B99
#7B999D
Primary brand colorCTAsActive elementsLinks
600
5F7D
#5F7D81
Hover statesFocus ringsPrimary buttons hover
700
4C64
#4C6467
Active/pressed statesDark mode accentsSecondary text
800
3647
#364749
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: #D9E2E3;
  --silver-300: #BCCBCD;
  --silver-400: #98B0B3;
  --silver-500: #7B999D;
  --silver-600: #5F7D81;
  --silver-700: #4C6467;
  --silver-800: #364749;
  --silver-900: #232D2F;
  --silver-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color