Slate Gray

#6D98AB

Blue

Color Codes

All color formats for development

HEX
#6D98AB
RGB
rgb(109, 152, 171)
HSL
hsl(198, 27%, 55%)
OKLCH
oklch(0.655 0.055 227.2)
CMYK
cmyk(36%, 11%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.12:1

AA AAA

On Black Background

6.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EF
200
#D5E1
300
#B5CB
400
#8EAF
500
#6D99
600
#527C
700
#4163
800
#2F47
900
#1E2D
950
#131C

Shades

Darker variations

1#5C8CA0
2#527C8E
3#486D7D
4#3D5D6B
5#334E59
6#293E47
7#1F2F35
8#141F24
9#0A1012

Tints

Lighter variations

1#7CA3B4
2#8AADBC
3#99B7C4
4#A8C2CD
5#B6CCD5
6#C5D6DD
7#D3E0E6
8#E2EBEE
9#F0F5F7

Tones

Muted variations

1#7097A8
2#7396A5
3#7795A2
4#7A949F
5#7D929C
6#809199
7#839096
8#868F92
9#898D8F

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
D5E1
#D5E1E7
Secondary backgroundsInput backgroundsDividers
300
B5CB
#B5CBD4
BordersInactive statesPlaceholder text
400
8EAF
#8EAFBE
Disabled statesSecondary iconsMuted text
500
6D99
#6D99AB
Primary brand colorCTAsActive elementsLinks
600
527C
#527C8E
Hover statesFocus ringsPrimary buttons hover
700
4163
#416371
Active/pressed statesDark mode accentsSecondary text
800
2F47
#2F4751
Text on light backgroundsHeadingsStrong borders
900
1E2D
#1E2D34
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: #D5E1E7;
  --slate-gray-300: #B5CBD4;
  --slate-gray-400: #8EAFBE;
  --slate-gray-500: #6D99AB;
  --slate-gray-600: #527C8E;
  --slate-gray-700: #416371;
  --slate-gray-800: #2F4751;
  --slate-gray-900: #1E2D34;
  --slate-gray-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color