Silver

#99B0B2

Cyan

Color Codes

All color formats for development

HEX
#99B0B2
RGB
rgb(153, 176, 178)
HSL
hsl(185, 14%, 65%)
OKLCH
oklch(0.74 0.026 203)
CMYK
cmyk(14%, 1%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.28:1

AA AAA

On Black Background

9.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#D9E2
300
#BCCB
400
#99B0
500
#7C9A
600
#607D
700
#4D64
800
#3747
900
#232E
950
#161C

Shades

Darker variations

1#86A2A4
2#739396
3#648284
4#566F71
5#475D5E
6#394A4C
7#2B3839
8#1D2526
9#0E1313

Tints

Lighter variations

1#A3B8BA
2#AEC0C2
3#B8C8C9
4#C2D0D1
5#CCD8D9
6#D6DFE0
7#E0E7E8
8#EBEFF0
9#F5F7F7

Tones

Muted variations

1#9BAFB1
2#9CAEB0
3#9DADAE
4#9EACAD
5#A0ABAC
6#A1AAAB
7#A2A9A9
8#A3A8A8
9#A5A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEF
#EBEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E2
Secondary backgroundsInput backgroundsDividers
300
BCCB
#BCCBCD
BordersInactive statesPlaceholder text
400
99B0
#99B0B2
Disabled statesSecondary iconsMuted text
500
7C9A
#7C9A9C
Primary brand colorCTAsActive elementsLinks
600
607D
#607D80
Hover statesFocus ringsPrimary buttons hover
700
4D64
#4D6466
Active/pressed statesDark mode accentsSecondary text
800
3747
#374749
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2F
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: #EBEFF0;
  --silver-200: #D9E2E2;
  --silver-300: #BCCBCD;
  --silver-400: #99B0B2;
  --silver-500: #7C9A9C;
  --silver-600: #607D80;
  --silver-700: #4D6466;
  --silver-800: #374749;
  --silver-900: #232E2F;
  --silver-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color