Slate Gray

#5F7781

Blue

Color Codes

All color formats for development

HEX
#5F7781
RGB
rgb(95, 119, 129)
HSL
hsl(198, 15%, 44%)
OKLCH
oklch(0.554 0.032 225.2)
CMYK
cmyk(26%, 8%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.73:1

AA AAA

On Black Background

4.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BCC8
400
#98AB
500
#7B93
600
#5F77
700
#4C5F
800
#3644
900
#232B
950
#161B

Shades

Darker variations

1#566B74
2#4C5F67
3#43535A
4#39474D
5#303B41
6#263034
7#1D2427
8#13181A
9#0A0C0D

Tints

Lighter variations

1#6C8691
2#7C949E
3#8CA1AA
4#9CAEB6
5#ADBCC2
6#BDC9CE
7#CED7DB
8#DEE4E7
9#EFF2F3

Tones

Muted variations

1#61767F
2#63767E
3#64757C
4#66747A
5#687479
6#697377
7#6B7275
8#6D7274
9#6F7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9E0
#D9E0E3
Secondary backgroundsInput backgroundsDividers
300
BCC8
#BCC8CD
BordersInactive statesPlaceholder text
400
98AB
#98ABB3
Disabled statesSecondary iconsMuted text
500
7B93
#7B939D
Primary brand colorCTAsActive elementsLinks
600
5F77
#5F7781
Hover statesFocus ringsPrimary buttons hover
700
4C5F
#4C5F67
Active/pressed statesDark mode accentsSecondary text
800
3644
#364449
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 {
  --slate-gray-50: #F6F8F8;
  --slate-gray-100: #EAEEF0;
  --slate-gray-200: #D9E0E3;
  --slate-gray-300: #BCC8CD;
  --slate-gray-400: #98ABB3;
  --slate-gray-500: #7B939D;
  --slate-gray-600: #5F7781;
  --slate-gray-700: #4C5F67;
  --slate-gray-800: #364449;
  --slate-gray-900: #232B2F;
  --slate-gray-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color