Slate Gray

#6B94AE

Blue

Color Codes

All color formats for development

HEX
#6B94AE
RGB
rgb(107, 148, 174)
HSL
hsl(203, 29%, 55%)
OKLCH
oklch(0.646 0.06 236.7)
CMYK
cmyk(39%, 15%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

3.24:1

AA AAA

On Black Background

6.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D4E0
300
#B3C8
400
#8CAC
500
#6B94
600
#5078
700
#3F5F
800
#2D44
900
#1D2C
950
#121B

Shades

Darker variations

1#5A87A3
2#507891
3#46697F
4#3C5A6D
5#324B5A
6#283C48
7#1E2D36
8#141E24
9#0A0F12

Tints

Lighter variations

1#7A9FB6
2#89A9BE
3#97B4C6
4#A6BFCE
5#B5CAD6
6#C4D4DE
7#D3DFE7
8#E1EAEF
9#F0F4F7

Tones

Muted variations

1#6E93AA
2#7292A7
3#7592A4
4#7891A0
5#7C909D
6#7F8F9A
7#828F96
8#868E93
9#898D90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D4E0
#D4E0E7
Secondary backgroundsInput backgroundsDividers
300
B3C8
#B3C8D5
BordersInactive statesPlaceholder text
400
8CAC
#8CACC0
Disabled statesSecondary iconsMuted text
500
6B94
#6B94AE
Primary brand colorCTAsActive elementsLinks
600
5078
#507891
Hover statesFocus ringsPrimary buttons hover
700
3F5F
#3F5F73
Active/pressed statesDark mode accentsSecondary text
800
2D44
#2D4452
Text on light backgroundsHeadingsStrong borders
900
1D2C
#1D2C35
Primary textHigh emphasis contentDark headings
950
121B
#121B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8FA;
  --slate-gray-100: #E8EEF2;
  --slate-gray-200: #D4E0E7;
  --slate-gray-300: #B3C8D5;
  --slate-gray-400: #8CACC0;
  --slate-gray-500: #6B94AE;
  --slate-gray-600: #507891;
  --slate-gray-700: #3F5F73;
  --slate-gray-800: #2D4452;
  --slate-gray-900: #1D2C35;
  --slate-gray-950: #121B21;
}
Generate More ShadesCreate PaletteConvert Color