Slate Gray

#6D99AB

Blue

Color Codes

All color formats for development

HEX
#6D99AB
RGB
rgb(109, 153, 171)
HSL
hsl(197, 27%, 55%)
OKLCH
oklch(0.658 0.055 225.3)
CMYK
cmyk(36%, 11%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.09:1

AA AAA

On Black Background

6.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EF
200
#D5E2
300
#B5CB
400
#8EB0
500
#6D9A
600
#527D
700
#4164
800
#2F47
900
#1E2E
950
#131C

Shades

Darker variations

1#5C8DA0
2#527D8E
3#486E7D
4#3D5E6B
5#334E59
6#293F47
7#1F2F35
8#141F24
9#0A1012

Tints

Lighter variations

1#7CA4B4
2#8AAEBC
3#99B8C4
4#A8C2CD
5#B6CCD5
6#C5D6DD
7#D3E1E6
8#E2EBEE
9#F0F5F7

Tones

Muted variations

1#7098A8
2#7397A5
3#7796A2
4#7A949F
5#7D939C
6#809299
7#839096
8#868F92
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
B5CB
#B5CBD4
BordersInactive statesPlaceholder text
400
8EB0
#8EB0BE
Disabled statesSecondary iconsMuted text
500
6D9A
#6D9AAB
Primary brand colorCTAsActive elementsLinks
600
527D
#527D8E
Hover statesFocus ringsPrimary buttons hover
700
4164
#416471
Active/pressed statesDark mode accentsSecondary text
800
2F47
#2F4751
Text on light backgroundsHeadingsStrong borders
900
1E2E
#1E2E34
Primary textHigh emphasis contentDark headings
950
131C
#131C20
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: #B5CBD4;
  --slate-gray-400: #8EB0BE;
  --slate-gray-500: #6D9AAB;
  --slate-gray-600: #527D8E;
  --slate-gray-700: #416471;
  --slate-gray-800: #2F4751;
  --slate-gray-900: #1E2E34;
  --slate-gray-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color