Slate Gray

#6B9EAE

Cyan

Color Codes

All color formats for development

HEX
#6B9EAE
RGB
rgb(107, 158, 174)
HSL
hsl(194, 29%, 55%)
OKLCH
oklch(0.669 0.059 219.5)
CMYK
cmyk(39%, 9%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.95:1

AA AAA

On Black Background

7.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F0
200
#D4E3
300
#B3CD
400
#8CB4
500
#6B9E
600
#5082
700
#3F67
800
#2D4A
900
#1D2F
950
#121D

Shades

Darker variations

1#5A92A3
2#508291
3#46717F
4#3C616D
5#32515A
6#284148
7#1E3136
8#142024
9#0A1012

Tints

Lighter variations

1#7AA8B6
2#89B1BE
3#97BBC6
4#A6C5CE
5#B5CED6
6#C4D8DE
7#D3E2E7
8#E1ECEF
9#F0F5F7

Tones

Muted variations

1#6E9CAA
2#729AA7
3#7599A4
4#7897A0
5#7C959D
6#7F939A
7#829296
8#869093
9#898E90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D4E3
#D4E3E7
Secondary backgroundsInput backgroundsDividers
300
B3CD
#B3CDD5
BordersInactive statesPlaceholder text
400
8CB4
#8CB4C0
Disabled statesSecondary iconsMuted text
500
6B9E
#6B9EAE
Primary brand colorCTAsActive elementsLinks
600
5082
#508291
Hover statesFocus ringsPrimary buttons hover
700
3F67
#3F6773
Active/pressed statesDark mode accentsSecondary text
800
2D4A
#2D4A52
Text on light backgroundsHeadingsStrong borders
900
1D2F
#1D2F35
Primary textHigh emphasis contentDark headings
950
121D
#121D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9FA;
  --slate-gray-100: #E8F0F2;
  --slate-gray-200: #D4E3E7;
  --slate-gray-300: #B3CDD5;
  --slate-gray-400: #8CB4C0;
  --slate-gray-500: #6B9EAE;
  --slate-gray-600: #508291;
  --slate-gray-700: #3F6773;
  --slate-gray-800: #2D4A52;
  --slate-gray-900: #1D2F35;
  --slate-gray-950: #121D21;
}
Generate More ShadesCreate PaletteConvert Color