Slate Gray

#5F6D81

Blue

Color Codes

All color formats for development

HEX
#5F6D81
RGB
rgb(95, 109, 129)
HSL
hsl(215, 15%, 44%)
OKLCH
oklch(0.531 0.036 257.3)
CMYK
cmyk(26%, 16%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.26:1

AA AAA

On Black Background

3.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BCC3
400
#98A4
500
#7B89
600
#5F6D
700
#4C57
800
#363E
900
#2328
950
#1619

Shades

Darker variations

1#566274
2#4C5867
3#434D5A
4#39424D
5#303741
6#262C34
7#1D2127
8#13161A
9#0A0B0D

Tints

Lighter variations

1#6C7B91
2#7C8A9E
3#8C99AA
4#9CA7B6
5#ADB6C2
6#BDC4CE
7#CED3DB
8#DEE2E7
9#EFF0F3

Tones

Muted variations

1#616E7F
2#636E7E
3#646E7C
4#666F7A
5#686F79
6#696F77
7#6B6F75
8#6D7074
9#6F7072

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BCC3
#BCC3CD
BordersInactive statesPlaceholder text
400
98A4
#98A4B3
Disabled statesSecondary iconsMuted text
500
7B89
#7B899D
Primary brand colorCTAsActive elementsLinks
600
5F6D
#5F6D81
Hover statesFocus ringsPrimary buttons hover
700
4C57
#4C5767
Active/pressed statesDark mode accentsSecondary text
800
363E
#363E49
Text on light backgroundsHeadingsStrong borders
900
2328
#23282F
Primary textHigh emphasis contentDark headings
950
1619
#16191D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F8;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D9DDE3;
  --slate-gray-300: #BCC3CD;
  --slate-gray-400: #98A4B3;
  --slate-gray-500: #7B899D;
  --slate-gray-600: #5F6D81;
  --slate-gray-700: #4C5767;
  --slate-gray-800: #363E49;
  --slate-gray-900: #23282F;
  --slate-gray-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color