Slate Gray

#6E96AA

Blue

Color Codes

All color formats for development

HEX
#6E96AA
RGB
rgb(110, 150, 170)
HSL
hsl(200, 26%, 55%)
OKLCH
oklch(0.651 0.053 230.2)
CMYK
cmyk(35%, 12%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.18:1

AA AAA

On Black Background

6.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EF
200
#D5E1
300
#B5C9
400
#8FAD
500
#6E96
600
#537A
700
#4261
800
#2F45
900
#1E2C
950
#131C

Shades

Darker variations

1#5D899F
2#537A8D
3#496B7C
4#3E5B6A
5#344C58
6#2A3D47
7#1F2E35
8#151E23
9#0A0F12

Tints

Lighter variations

1#7DA1B3
2#8BABBB
3#9AB6C4
4#A8C0CC
5#B7CBD5
6#C5D5DD
7#D4E0E6
8#E2EAEE
9#F1F5F7

Tones

Muted variations

1#7195A7
2#7494A4
3#7793A1
4#7A929E
5#7D919B
6#809098
7#838F95
8#868E92
9#898D8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF2
Light backgroundsTable row hoverSkeleton loading
200
D5E1
#D5E1E6
Secondary backgroundsInput backgroundsDividers
300
B5C9
#B5C9D4
BordersInactive statesPlaceholder text
400
8FAD
#8FADBD
Disabled statesSecondary iconsMuted text
500
6E96
#6E96AA
Primary brand colorCTAsActive elementsLinks
600
537A
#537A8D
Hover statesFocus ringsPrimary buttons hover
700
4261
#426170
Active/pressed statesDark mode accentsSecondary text
800
2F45
#2F4550
Text on light backgroundsHeadingsStrong borders
900
1E2C
#1E2C33
Primary textHigh emphasis contentDark headings
950
131C
#131C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8F9;
  --slate-gray-100: #E9EFF2;
  --slate-gray-200: #D5E1E6;
  --slate-gray-300: #B5C9D4;
  --slate-gray-400: #8FADBD;
  --slate-gray-500: #6E96AA;
  --slate-gray-600: #537A8D;
  --slate-gray-700: #426170;
  --slate-gray-800: #2F4550;
  --slate-gray-900: #1E2C33;
  --slate-gray-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color