Slate Gray

#6C9BAC

Blue

Color Codes

All color formats for development

HEX
#6C9BAC
RGB
rgb(108, 155, 172)
HSL
hsl(196, 28%, 55%)
OKLCH
oklch(0.662 0.056 222.5)
CMYK
cmyk(37%, 10%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.03:1

AA AAA

On Black Background

6.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EF
200
#D5E2
300
#B4CC
400
#8DB1
500
#6C9B
600
#517F
700
#4065
800
#2E48
900
#1D2E
950
#121D

Shades

Darker variations

1#5B8FA2
2#517F90
3#476F7E
4#3D5F6C
5#324F5A
6#283F48
7#1E3036
8#142024
9#0A1012

Tints

Lighter variations

1#7BA5B5
2#89AFBD
3#98B9C5
4#A7C3CD
5#B6CDD6
6#C4D7DE
7#D3E1E6
8#E2EBEE
9#F0F5F7

Tones

Muted variations

1#6F9AA9
2#7398A6
3#7697A3
4#7995A0
5#7C949C
6#7F9299
7#839196
8#868F93
9#898E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EF
#E8EFF2
Light backgroundsTable row hoverSkeleton loading
200
D5E2
#D5E2E7
Secondary backgroundsInput backgroundsDividers
300
B4CC
#B4CCD5
BordersInactive statesPlaceholder text
400
8DB1
#8DB1BF
Disabled statesSecondary iconsMuted text
500
6C9B
#6C9BAC
Primary brand colorCTAsActive elementsLinks
600
517F
#517F90
Hover statesFocus ringsPrimary buttons hover
700
4065
#406572
Active/pressed statesDark mode accentsSecondary text
800
2E48
#2E4852
Text on light backgroundsHeadingsStrong borders
900
1D2E
#1D2E34
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: #F5F8F9;
  --slate-gray-100: #E8EFF2;
  --slate-gray-200: #D5E2E7;
  --slate-gray-300: #B4CCD5;
  --slate-gray-400: #8DB1BF;
  --slate-gray-500: #6C9BAC;
  --slate-gray-600: #517F90;
  --slate-gray-700: #406572;
  --slate-gray-800: #2E4852;
  --slate-gray-900: #1D2E34;
  --slate-gray-950: #121D21;
}
Generate More ShadesCreate PaletteConvert Color