Slate Gray

#6BA4AE

Cyan

Color Codes

All color formats for development

HEX
#6BA4AE
RGB
rgb(107, 164, 174)
HSL
hsl(189, 29%, 55%)
OKLCH
oklch(0.683 0.061 209.7)
CMYK
cmyk(39%, 6%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.78:1

AA AAA

On Black Background

7.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F1
200
#D4E5
300
#B3D0
400
#8CB8
500
#6BA4
600
#5087
700
#3F6B
800
#2D4D
900
#1D31
950
#121F

Shades

Darker variations

1#5A98A3
2#508791
3#46767F
4#3C656D
5#32545A
6#284348
7#1E3336
8#142224
9#0A1112

Tints

Lighter variations

1#7AADB6
2#89B6BE
3#97BFC6
4#A6C8CE
5#B5D1D6
6#C4DADE
7#D3E4E7
8#E1EDEF
9#F0F6F7

Tones

Muted variations

1#6EA1AA
2#729FA7
3#759DA4
4#789AA0
5#7C989D
6#7F969A
7#829396
8#869193
9#898F90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F1
#E8F1F2
Light backgroundsTable row hoverSkeleton loading
200
D4E5
#D4E5E7
Secondary backgroundsInput backgroundsDividers
300
B3D0
#B3D0D5
BordersInactive statesPlaceholder text
400
8CB8
#8CB8C0
Disabled statesSecondary iconsMuted text
500
6BA4
#6BA4AE
Primary brand colorCTAsActive elementsLinks
600
5087
#508791
Hover statesFocus ringsPrimary buttons hover
700
3F6B
#3F6B73
Active/pressed statesDark mode accentsSecondary text
800
2D4D
#2D4D52
Text on light backgroundsHeadingsStrong borders
900
1D31
#1D3135
Primary textHigh emphasis contentDark headings
950
121F
#121F21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9FA;
  --slate-gray-100: #E8F1F2;
  --slate-gray-200: #D4E5E7;
  --slate-gray-300: #B3D0D5;
  --slate-gray-400: #8CB8C0;
  --slate-gray-500: #6BA4AE;
  --slate-gray-600: #508791;
  --slate-gray-700: #3F6B73;
  --slate-gray-800: #2D4D52;
  --slate-gray-900: #1D3135;
  --slate-gray-950: #121F21;
}
Generate More ShadesCreate PaletteConvert Color