Slate Gray

#6E95AA

Blue

Color Codes

All color formats for development

HEX
#6E95AA
RGB
rgb(110, 149, 170)
HSL
hsl(201, 26%, 55%)
OKLCH
oklch(0.649 0.053 232.1)
CMYK
cmyk(35%, 12%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.21:1

AA AAA

On Black Background

6.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EF
200
#D5E0
300
#B5C9
400
#8FAD
500
#6E95
600
#5379
700
#4260
800
#2F45
900
#1E2C
950
#131B

Shades

Darker variations

1#5D889F
2#53798D
3#496A7C
4#3E5B6A
5#344C58
6#2A3C47
7#1F2D35
8#151E23
9#0A0F12

Tints

Lighter variations

1#7DA0B3
2#8BAABB
3#9AB5C4
4#A8C0CC
5#B7CAD5
6#C5D5DD
7#D4DFE6
8#E2EAEE
9#F1F4F7

Tones

Muted variations

1#7194A7
2#7493A4
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
D5E0
#D5E0E6
Secondary backgroundsInput backgroundsDividers
300
B5C9
#B5C9D4
BordersInactive statesPlaceholder text
400
8FAD
#8FADBD
Disabled statesSecondary iconsMuted text
500
6E95
#6E95AA
Primary brand colorCTAsActive elementsLinks
600
5379
#53798D
Hover statesFocus ringsPrimary buttons hover
700
4260
#426070
Active/pressed statesDark mode accentsSecondary text
800
2F45
#2F4550
Text on light backgroundsHeadingsStrong borders
900
1E2C
#1E2C33
Primary textHigh emphasis contentDark headings
950
131B
#131B20
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: #D5E0E6;
  --slate-gray-300: #B5C9D4;
  --slate-gray-400: #8FADBD;
  --slate-gray-500: #6E95AA;
  --slate-gray-600: #53798D;
  --slate-gray-700: #426070;
  --slate-gray-800: #2F4550;
  --slate-gray-900: #1E2C33;
  --slate-gray-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color