Slate Gray

#7D8F9B

Blue

Color Codes

All color formats for development

HEX
#7D8F9B
RGB
rgb(125, 143, 155)
HSL
hsl(204, 13%, 55%)
OKLCH
oklch(0.64 0.027 237.1)
CMYK
cmyk(19%, 8%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.35:1

AA AAA

On Black Background

6.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DADF
300
#BDC6
400
#9AA8
500
#7D8F
600
#6273
700
#4E5C
800
#3741
900
#232A
950
#161A

Shades

Darker variations

1#6E828F
2#62737F
3#55656F
4#49565F
5#3D484F
6#313A3F
7#252B30
8#181D20
9#0C0E10

Tints

Lighter variations

1#8A9AA5
2#97A6AF
3#A4B1B9
4#B1BCC3
5#BEC7CD
6#CBD2D7
7#D8DDE1
8#E5E9EB
9#F2F4F5

Tones

Muted variations

1#7F8F9A
2#808F98
3#828E97
4#838E95
5#858E94
6#868D92
7#888D91
8#898D8F
9#8B8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DADF
#DADFE2
Secondary backgroundsInput backgroundsDividers
300
BDC6
#BDC6CC
BordersInactive statesPlaceholder text
400
9AA8
#9AA8B1
Disabled statesSecondary iconsMuted text
500
7D8F
#7D8F9B
Primary brand colorCTAsActive elementsLinks
600
6273
#62737F
Hover statesFocus ringsPrimary buttons hover
700
4E5C
#4E5C65
Active/pressed statesDark mode accentsSecondary text
800
3741
#374148
Text on light backgroundsHeadingsStrong borders
900
232A
#232A2E
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F8;
  --slate-gray-100: #EBEEEF;
  --slate-gray-200: #DADFE2;
  --slate-gray-300: #BDC6CC;
  --slate-gray-400: #9AA8B1;
  --slate-gray-500: #7D8F9B;
  --slate-gray-600: #62737F;
  --slate-gray-700: #4E5C65;
  --slate-gray-800: #374148;
  --slate-gray-900: #232A2E;
  --slate-gray-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color