Silver

#8FAABD

Blue

Color Codes

All color formats for development

HEX
#8FAABD
RGB
rgb(143, 170, 189)
HSL
hsl(205, 26%, 65%)
OKLCH
oklch(0.724 0.041 238.8)
CMYK
cmyk(24%, 10%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.43:1

AA AAA

On Black Background

8.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D5DF
300
#B5C7
400
#8FAA
500
#6E91
600
#5375
700
#425D
800
#2F43
900
#1E2B
950
#131B

Shades

Darker variations

1#7A9AB1
2#658AA4
3#567992
4#4A687D
5#3D5668
6#314554
7#25343F
8#19232A
9#0C1115

Tints

Lighter variations

1#9AB2C4
2#A5BBCA
3#B0C3D1
4#BCCCD7
5#C7D4DE
6#D2DDE5
7#DDE5EB
8#E9EEF2
9#F4F6F8

Tones

Muted variations

1#91A9BB
2#93A9B8
3#96A8B6
4#98A8B4
5#9AA8B1
6#9CA7AF
7#9FA7AD
8#A1A7AA
9#A3A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5DF
#D5DFE6
Secondary backgroundsInput backgroundsDividers
300
B5C7
#B5C7D4
BordersInactive statesPlaceholder text
400
8FAA
#8FAABD
Disabled statesSecondary iconsMuted text
500
6E91
#6E91AA
Primary brand colorCTAsActive elementsLinks
600
5375
#53758D
Hover statesFocus ringsPrimary buttons hover
700
425D
#425D70
Active/pressed statesDark mode accentsSecondary text
800
2F43
#2F4350
Text on light backgroundsHeadingsStrong borders
900
1E2B
#1E2B33
Primary textHigh emphasis contentDark headings
950
131B
#131B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8F9;
  --silver-100: #E9EEF2;
  --silver-200: #D5DFE6;
  --silver-300: #B5C7D4;
  --silver-400: #8FAABD;
  --silver-500: #6E91AA;
  --silver-600: #53758D;
  --silver-700: #425D70;
  --silver-800: #2F4350;
  --silver-900: #1E2B33;
  --silver-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color