Slate Gray

#6E9CAA

Cyan

Color Codes

All color formats for development

HEX
#6E9CAA
RGB
rgb(110, 156, 170)
HSL
hsl(194, 26%, 55%)
OKLCH
oklch(0.665 0.054 218.7)
CMYK
cmyk(35%, 8%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.00:1

AA AAA

On Black Background

7.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9F0
200
#D5E2
300
#B5CC
400
#8FB2
500
#6E9C
600
#5380
700
#4266
800
#2F49
900
#1E2E
950
#131D

Shades

Darker variations

1#5D909F
2#53808D
3#49707C
4#3E606A
5#345058
6#2A4047
7#1F3035
8#152023
9#0A1012

Tints

Lighter variations

1#7DA6B3
2#8BB0BB
3#9ABAC4
4#A8C4CC
5#B7CED5
6#C5D7DD
7#D4E1E6
8#E2EBEE
9#F1F5F7

Tones

Muted variations

1#719BA7
2#7499A4
3#7797A1
4#7A969E
5#7D949B
6#809398
7#839195
8#868F92
9#898E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F2
Light backgroundsTable row hoverSkeleton loading
200
D5E2
#D5E2E6
Secondary backgroundsInput backgroundsDividers
300
B5CC
#B5CCD4
BordersInactive statesPlaceholder text
400
8FB2
#8FB2BD
Disabled statesSecondary iconsMuted text
500
6E9C
#6E9CAA
Primary brand colorCTAsActive elementsLinks
600
5380
#53808D
Hover statesFocus ringsPrimary buttons hover
700
4266
#426670
Active/pressed statesDark mode accentsSecondary text
800
2F49
#2F4950
Text on light backgroundsHeadingsStrong borders
900
1E2E
#1E2E33
Primary textHigh emphasis contentDark headings
950
131D
#131D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8F9;
  --slate-gray-100: #E9F0F2;
  --slate-gray-200: #D5E2E6;
  --slate-gray-300: #B5CCD4;
  --slate-gray-400: #8FB2BD;
  --slate-gray-500: #6E9CAA;
  --slate-gray-600: #53808D;
  --slate-gray-700: #426670;
  --slate-gray-800: #2F4950;
  --slate-gray-900: #1E2E33;
  --slate-gray-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color