Silver

#8FABBD

Blue

Color Codes

All color formats for development

HEX
#8FABBD
RGB
rgb(143, 171, 189)
HSL
hsl(203, 26%, 65%)
OKLCH
oklch(0.726 0.041 236.3)
CMYK
cmyk(24%, 10%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D5E0
300
#B5C8
400
#8FAB
500
#6E93
600
#5377
700
#425F
800
#2F44
900
#1E2B
950
#131B

Shades

Darker variations

1#7A9CB1
2#658CA4
3#567B92
4#4A697D
5#3D5868
6#314654
7#25353F
8#19232A
9#0C1215

Tints

Lighter variations

1#9AB4C4
2#A5BCCA
3#B0C4D1
4#BCCDD7
5#C7D5DE
6#D2DDE5
7#DDE6EB
8#E9EEF2
9#F4F7F8

Tones

Muted variations

1#91ABBB
2#93AAB8
3#96AAB6
4#98A9B4
5#9AA8B1
6#9CA8AF
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
D5E0
#D5E0E6
Secondary backgroundsInput backgroundsDividers
300
B5C8
#B5C8D4
BordersInactive statesPlaceholder text
400
8FAB
#8FABBD
Disabled statesSecondary iconsMuted text
500
6E93
#6E93AA
Primary brand colorCTAsActive elementsLinks
600
5377
#53778D
Hover statesFocus ringsPrimary buttons hover
700
425F
#425F70
Active/pressed statesDark mode accentsSecondary text
800
2F44
#2F4450
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: #D5E0E6;
  --silver-300: #B5C8D4;
  --silver-400: #8FABBD;
  --silver-500: #6E93AA;
  --silver-600: #53778D;
  --silver-700: #425F70;
  --silver-800: #2F4450;
  --silver-900: #1E2B33;
  --silver-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color