Slate Gray

#6B81AE

Blue

Color Codes

All color formats for development

HEX
#6B81AE
RGB
rgb(107, 129, 174)
HSL
hsl(220, 29%, 55%)
OKLCH
oklch(0.604 0.074 264.2)
CMYK
cmyk(39%, 26%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

3.91:1

AA AAA

On Black Background

5.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EB
200
#D4DB
300
#B3BF
400
#8C9D
500
#6B81
600
#5065
700
#3F51
800
#2D3A
900
#1D25
950
#1217

Shades

Darker variations

1#5A72A3
2#506591
3#46597F
4#3C4C6D
5#323F5A
6#283348
7#1E2636
8#141924
9#0A0D12

Tints

Lighter variations

1#7A8EB6
2#899ABE
3#97A7C6
4#A6B3CE
5#B5C0D6
6#C4CDDE
7#D3D9E7
8#E1E6EF
9#F0F2F7

Tones

Muted variations

1#6E82AA
2#7283A7
3#7584A4
4#7886A0
5#7C879D
6#7F889A
7#828996
8#868A93
9#898B90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4DB
#D4DBE7
Secondary backgroundsInput backgroundsDividers
300
B3BF
#B3BFD5
BordersInactive statesPlaceholder text
400
8C9D
#8C9DC0
Disabled statesSecondary iconsMuted text
500
6B81
#6B81AE
Primary brand colorCTAsActive elementsLinks
600
5065
#506591
Hover statesFocus ringsPrimary buttons hover
700
3F51
#3F5173
Active/pressed statesDark mode accentsSecondary text
800
2D3A
#2D3A52
Text on light backgroundsHeadingsStrong borders
900
1D25
#1D2535
Primary textHigh emphasis contentDark headings
950
1217
#121721
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7FA;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D4DBE7;
  --slate-gray-300: #B3BFD5;
  --slate-gray-400: #8C9DC0;
  --slate-gray-500: #6B81AE;
  --slate-gray-600: #506591;
  --slate-gray-700: #3F5173;
  --slate-gray-800: #2D3A52;
  --slate-gray-900: #1D2535;
  --slate-gray-950: #121721;
}
Generate More ShadesCreate PaletteConvert Color