Slate Gray

#6B7DAE

Blue

Color Codes

All color formats for development

HEX
#6B7DAE
RGB
rgb(107, 125, 174)
HSL
hsl(224, 29%, 55%)
OKLCH
oklch(0.595 0.078 268.5)
CMYK
cmyk(39%, 28%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

4.06:1

AA AAA

On Black Background

5.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D4D9
300
#B3BC
400
#8C9A
500
#6B7D
600
#5061
700
#3F4D
800
#2D37
900
#1D23
950
#1216

Shades

Darker variations

1#5A6DA3
2#506191
3#46557F
4#3C496D
5#323D5A
6#283148
7#1E2436
8#141824
9#0A0C12

Tints

Lighter variations

1#7A8AB6
2#8997BE
3#97A4C6
4#A6B1CE
5#B5BED6
6#C4CBDE
7#D3D8E7
8#E1E5EF
9#F0F2F7

Tones

Muted variations

1#6E7EAA
2#7280A7
3#7581A4
4#7883A0
5#7C849D
6#7F869A
7#828896
8#868993
9#898B90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4D9
#D4D9E7
Secondary backgroundsInput backgroundsDividers
300
B3BC
#B3BCD5
BordersInactive statesPlaceholder text
400
8C9A
#8C9AC0
Disabled statesSecondary iconsMuted text
500
6B7D
#6B7DAE
Primary brand colorCTAsActive elementsLinks
600
5061
#506191
Hover statesFocus ringsPrimary buttons hover
700
3F4D
#3F4D73
Active/pressed statesDark mode accentsSecondary text
800
2D37
#2D3752
Text on light backgroundsHeadingsStrong borders
900
1D23
#1D2335
Primary textHigh emphasis contentDark headings
950
1216
#121621
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6FA;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D4D9E7;
  --slate-gray-300: #B3BCD5;
  --slate-gray-400: #8C9AC0;
  --slate-gray-500: #6B7DAE;
  --slate-gray-600: #506191;
  --slate-gray-700: #3F4D73;
  --slate-gray-800: #2D3752;
  --slate-gray-900: #1D2335;
  --slate-gray-950: #121621;
}
Generate More ShadesCreate PaletteConvert Color