Silver

#99A3B2

Blue

Color Codes

All color formats for development

HEX
#99A3B2
RGB
rgb(153, 163, 178)
HSL
hsl(216, 14%, 65%)
OKLCH
oklch(0.712 0.025 258.4)
CMYK
cmyk(14%, 8%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.55:1

AA AAA

On Black Background

8.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBED
200
#D9DD
300
#BCC3
400
#99A3
500
#7C89
600
#606D
700
#4D57
800
#373E
900
#2328
950
#1619

Shades

Darker variations

1#8692A4
2#738196
3#647184
4#566171
5#47515E
6#39404C
7#2B3039
8#1D2026
9#0E1013

Tints

Lighter variations

1#A3ACBA
2#AEB6C2
3#B8BFC9
4#C2C8D1
5#CCD1D9
6#D6DAE0
7#E0E3E8
8#EBEDF0
9#F5F6F7

Tones

Muted variations

1#9BA4B1
2#9CA4B0
3#9DA4AE
4#9EA4AD
5#A0A5AC
6#A1A5AB
7#A2A5A9
8#A3A5A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DD
#D9DDE2
Secondary backgroundsInput backgroundsDividers
300
BCC3
#BCC3CD
BordersInactive statesPlaceholder text
400
99A3
#99A3B2
Disabled statesSecondary iconsMuted text
500
7C89
#7C899C
Primary brand colorCTAsActive elementsLinks
600
606D
#606D80
Hover statesFocus ringsPrimary buttons hover
700
4D57
#4D5766
Active/pressed statesDark mode accentsSecondary text
800
373E
#373E49
Text on light backgroundsHeadingsStrong borders
900
2328
#23282F
Primary textHigh emphasis contentDark headings
950
1619
#16191D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EBEDF0;
  --silver-200: #D9DDE2;
  --silver-300: #BCC3CD;
  --silver-400: #99A3B2;
  --silver-500: #7C899C;
  --silver-600: #606D80;
  --silver-700: #4D5766;
  --silver-800: #373E49;
  --silver-900: #23282F;
  --silver-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color