Slate Gray

#6C98AC

Blue

Color Codes

All color formats for development

HEX
#6C98AC
RGB
rgb(108, 152, 172)
HSL
hsl(199, 28%, 55%)
OKLCH
oklch(0.655 0.056 227.9)
CMYK
cmyk(37%, 12%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.12:1

AA AAA

On Black Background

6.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EF
200
#D5E1
300
#B4CA
400
#8DAF
500
#6C98
600
#517C
700
#4062
800
#2E46
900
#1D2D
950
#121C

Shades

Darker variations

1#5B8BA2
2#517C90
3#476C7E
4#3D5D6C
5#324D5A
6#283E48
7#1E2E36
8#141F24
9#0A0F12

Tints

Lighter variations

1#7BA2B5
2#89ADBD
3#98B7C5
4#A7C1CD
5#B6CCD6
6#C4D6DE
7#D3E0E6
8#E2EAEE
9#F0F5F7

Tones

Muted variations

1#6F97A9
2#7396A6
3#7694A3
4#7993A0
5#7C929C
6#7F9199
7#839096
8#868F93
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
B4CA
#B4CAD5
BordersInactive statesPlaceholder text
400
8DAF
#8DAFBF
Disabled statesSecondary iconsMuted text
500
6C98
#6C98AC
Primary brand colorCTAsActive elementsLinks
600
517C
#517C90
Hover statesFocus ringsPrimary buttons hover
700
4062
#406272
Active/pressed statesDark mode accentsSecondary text
800
2E46
#2E4652
Text on light backgroundsHeadingsStrong borders
900
1D2D
#1D2D34
Primary textHigh emphasis contentDark headings
950
121C
#121C21
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: #B4CAD5;
  --slate-gray-400: #8DAFBF;
  --slate-gray-500: #6C98AC;
  --slate-gray-600: #517C90;
  --slate-gray-700: #406272;
  --slate-gray-800: #2E4652;
  --slate-gray-900: #1D2D34;
  --slate-gray-950: #121C21;
}
Generate More ShadesCreate PaletteConvert Color