Slate Gray

#6C9EAC

Cyan

Color Codes

All color formats for development

HEX
#6C9EAC
RGB
rgb(108, 158, 172)
HSL
hsl(193, 28%, 55%)
OKLCH
oklch(0.669 0.057 217.2)
CMYK
cmyk(37%, 8%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.95:1

AA AAA

On Black Background

7.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F0
200
#D5E3
300
#B4CE
400
#8DB4
500
#6C9E
600
#5182
700
#4067
800
#2E4A
900
#1D2F
950
#121E

Shades

Darker variations

1#5B92A2
2#518290
3#47727E
4#3D626C
5#32515A
6#284148
7#1E3136
8#142124
9#0A1012

Tints

Lighter variations

1#7BA8B5
2#89B2BD
3#98BBC5
4#A7C5CD
5#B6CFD6
6#C4D8DE
7#D3E2E6
8#E2ECEE
9#F0F5F7

Tones

Muted variations

1#6F9DA9
2#739BA6
3#7699A3
4#7997A0
5#7C959C
6#7F9499
7#839296
8#869093
9#898E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D5E3
#D5E3E7
Secondary backgroundsInput backgroundsDividers
300
B4CE
#B4CED5
BordersInactive statesPlaceholder text
400
8DB4
#8DB4BF
Disabled statesSecondary iconsMuted text
500
6C9E
#6C9EAC
Primary brand colorCTAsActive elementsLinks
600
5182
#518290
Hover statesFocus ringsPrimary buttons hover
700
4067
#406772
Active/pressed statesDark mode accentsSecondary text
800
2E4A
#2E4A52
Text on light backgroundsHeadingsStrong borders
900
1D2F
#1D2F34
Primary textHigh emphasis contentDark headings
950
121E
#121E21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9F9;
  --slate-gray-100: #E8F0F2;
  --slate-gray-200: #D5E3E7;
  --slate-gray-300: #B4CED5;
  --slate-gray-400: #8DB4BF;
  --slate-gray-500: #6C9EAC;
  --slate-gray-600: #518290;
  --slate-gray-700: #406772;
  --slate-gray-800: #2E4A52;
  --slate-gray-900: #1D2F34;
  --slate-gray-950: #121E21;
}
Generate More ShadesCreate PaletteConvert Color