Slate Gray

#8F9BBD

Blue

Color Codes

All color formats for development

HEX
#8F9BBD
RGB
rgb(143, 155, 189)
HSL
hsl(224, 26%, 65%)
OKLCH
oklch(0.692 0.052 269.8)
CMYK
cmyk(24%, 18%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.77:1

AA AAA

On Black Background

7.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EB
200
#D5DA
300
#B5BD
400
#8F9B
500
#6E7E
600
#5363
700
#424E
800
#2F38
900
#1E24
950
#1316

Shades

Darker variations

1#7A88B1
2#6576A4
3#566692
4#4A577D
5#3D4968
6#313A54
7#252C3F
8#191D2A
9#0C0F15

Tints

Lighter variations

1#9AA5C4
2#A5AFCA
3#B0B9D1
4#BCC3D7
5#C7CDDE
6#D2D7E5
7#DDE1EB
8#E9EBF2
9#F4F5F8

Tones

Muted variations

1#919CBB
2#939DB8
3#969EB6
4#989FB4
5#9AA0B1
6#9CA1AF
7#9FA3AD
8#A1A4AA
9#A3A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5DA
#D5DAE6
Secondary backgroundsInput backgroundsDividers
300
B5BD
#B5BDD4
BordersInactive statesPlaceholder text
400
8F9B
#8F9BBD
Disabled statesSecondary iconsMuted text
500
6E7E
#6E7EAA
Primary brand colorCTAsActive elementsLinks
600
5363
#53638D
Hover statesFocus ringsPrimary buttons hover
700
424E
#424E70
Active/pressed statesDark mode accentsSecondary text
800
2F38
#2F3850
Text on light backgroundsHeadingsStrong borders
900
1E24
#1E2433
Primary textHigh emphasis contentDark headings
950
1316
#131620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E9EBF2;
  --slate-gray-200: #D5DAE6;
  --slate-gray-300: #B5BDD4;
  --slate-gray-400: #8F9BBD;
  --slate-gray-500: #6E7EAA;
  --slate-gray-600: #53638D;
  --slate-gray-700: #424E70;
  --slate-gray-800: #2F3850;
  --slate-gray-900: #1E2433;
  --slate-gray-950: #131620;
}
Generate More ShadesCreate PaletteConvert Color