Silver

#99ABB2

Blue

Color Codes

All color formats for development

HEX
#99ABB2
RGB
rgb(153, 171, 178)
HSL
hsl(197, 14%, 65%)
OKLCH
oklch(0.729 0.023 223.1)
CMYK
cmyk(14%, 4%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.38:1

AA AAA

On Black Background

8.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#D9E0
300
#BCC8
400
#99AB
500
#7C93
600
#6077
700
#4D5F
800
#3744
900
#232B
950
#161B

Shades

Darker variations

1#869CA4
2#738C96
3#647B84
4#566971
5#47585E
6#39464C
7#2B3539
8#1D2326
9#0E1213

Tints

Lighter variations

1#A3B4BA
2#AEBCC2
3#B8C4C9
4#C2CDD1
5#CCD5D9
6#D6DDE0
7#E0E6E8
8#EBEEF0
9#F5F7F7

Tones

Muted variations

1#9BABB1
2#9CAAB0
3#9DAAAE
4#9EA9AD
5#A0A8AC
6#A1A8AB
7#A2A7A9
8#A3A7A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9E0
#D9E0E2
Secondary backgroundsInput backgroundsDividers
300
BCC8
#BCC8CD
BordersInactive statesPlaceholder text
400
99AB
#99ABB2
Disabled statesSecondary iconsMuted text
500
7C93
#7C939C
Primary brand colorCTAsActive elementsLinks
600
6077
#607780
Hover statesFocus ringsPrimary buttons hover
700
4D5F
#4D5F66
Active/pressed statesDark mode accentsSecondary text
800
3744
#374449
Text on light backgroundsHeadingsStrong borders
900
232B
#232B2F
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EBEEF0;
  --silver-200: #D9E0E2;
  --silver-300: #BCC8CD;
  --silver-400: #99ABB2;
  --silver-500: #7C939C;
  --silver-600: #607780;
  --silver-700: #4D5F66;
  --silver-800: #374449;
  --silver-900: #232B2F;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color