Slate Gray

#8F90BD

Blue

Color Codes

All color formats for development

HEX
#8F90BD
RGB
rgb(143, 144, 189)
HSL
hsl(239, 26%, 65%)
OKLCH
oklch(0.669 0.066 283.5)
CMYK
cmyk(24%, 24%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

3.05:1

AA AAA

On Black Background

6.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E9E9
200
#D5D6
300
#B5B6
400
#8F8F
500
#6E6F
600
#5354
700
#4243
800
#2F30
900
#1E1F
950
#1313

Shades

Darker variations

1#7A7BB1
2#6566A4
3#565792
4#4A4A7D
5#3D3E68
6#313254
7#25253F
8#19192A
9#0C0C15

Tints

Lighter variations

1#9A9AC4
2#A5A6CA
3#B0B1D1
4#BCBCD7
5#C7C7DE
6#D2D2E5
7#DDDDEB
8#E9E9F2
9#F4F4F8

Tones

Muted variations

1#9192BB
2#9394B8
3#9696B6
4#9898B4
5#9A9BB1
6#9C9DAF
7#9F9FAD
8#A1A1AA
9#A3A4A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F2
Light backgroundsTable row hoverSkeleton loading
200
D5D6
#D5D6E6
Secondary backgroundsInput backgroundsDividers
300
B5B6
#B5B6D4
BordersInactive statesPlaceholder text
400
8F8F
#8F8FBD
Disabled statesSecondary iconsMuted text
500
6E6F
#6E6FAA
Primary brand colorCTAsActive elementsLinks
600
5354
#53548D
Hover statesFocus ringsPrimary buttons hover
700
4243
#424370
Active/pressed statesDark mode accentsSecondary text
800
2F30
#2F3050
Text on light backgroundsHeadingsStrong borders
900
1E1F
#1E1F33
Primary textHigh emphasis contentDark headings
950
1313
#131320
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5F9;
  --slate-gray-100: #E9E9F2;
  --slate-gray-200: #D5D6E6;
  --slate-gray-300: #B5B6D4;
  --slate-gray-400: #8F8FBD;
  --slate-gray-500: #6E6FAA;
  --slate-gray-600: #53548D;
  --slate-gray-700: #424370;
  --slate-gray-800: #2F3050;
  --slate-gray-900: #1E1F33;
  --slate-gray-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color