Silver

#99A4B2

Blue

Color Codes

All color formats for development

HEX
#99A4B2
RGB
rgb(153, 164, 178)
HSL
hsl(214, 14%, 65%)
OKLCH
oklch(0.714 0.024 254.4)
CMYK
cmyk(14%, 8%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.53:1

AA AAA

On Black Background

8.31: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
#99A4
500
#7C8A
600
#606E
700
#4D58
800
#373F
900
#2328
950
#1619

Shades

Darker variations

1#8693A4
2#738296
3#647284
4#566271
5#47515E
6#39414C
7#2B3139
8#1D2126
9#0E1013

Tints

Lighter variations

1#A3ADBA
2#AEB6C2
3#B8BFC9
4#C2C8D1
5#CCD2D9
6#D6DBE0
7#E0E4E8
8#EBEDF0
9#F5F6F7

Tones

Muted variations

1#9BA4B1
2#9CA4B0
3#9DA5AE
4#9EA5AD
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
99A4
#99A4B2
Disabled statesSecondary iconsMuted text
500
7C8A
#7C8A9C
Primary brand colorCTAsActive elementsLinks
600
606E
#606E80
Hover statesFocus ringsPrimary buttons hover
700
4D58
#4D5866
Active/pressed statesDark mode accentsSecondary text
800
373F
#373F49
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: #99A4B2;
  --silver-500: #7C8A9C;
  --silver-600: #606E80;
  --silver-700: #4D5866;
  --silver-800: #373F49;
  --silver-900: #23282F;
  --silver-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color