Slate Gray

#7196A8

Blue

Color Codes

All color formats for development

HEX
#7196A8
RGB
rgb(113, 150, 168)
HSL
hsl(200, 24%, 55%)
OKLCH
oklch(0.652 0.049 229.4)
CMYK
cmyk(33%, 11%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.17:1

AA AAA

On Black Background

6.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D6E1
300
#B6C9
400
#90AD
500
#7195
600
#5579
700
#4460
800
#3045
900
#1F2C
950
#131C

Shades

Darker variations

1#60889D
2#55798B
3#4B6A7A
4#405B68
5#354C57
6#2B3D46
7#202D34
8#151E23
9#0B0F11

Tints

Lighter variations

1#7FA0B1
2#8DABB9
3#9BB5C2
4#AAC0CB
5#B8CAD3
6#C6D5DC
7#D4DFE5
8#E3EAEE
9#F1F4F6

Tones

Muted variations

1#7395A5
2#7694A2
3#7993A0
4#7C929D
5#7E919A
6#819097
7#848F95
8#878E92
9#898D8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D6E1
#D6E1E6
Secondary backgroundsInput backgroundsDividers
300
B6C9
#B6C9D2
BordersInactive statesPlaceholder text
400
90AD
#90ADBB
Disabled statesSecondary iconsMuted text
500
7195
#7195A8
Primary brand colorCTAsActive elementsLinks
600
5579
#55798B
Hover statesFocus ringsPrimary buttons hover
700
4460
#44606F
Active/pressed statesDark mode accentsSecondary text
800
3045
#30454F
Text on light backgroundsHeadingsStrong borders
900
1F2C
#1F2C33
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: #F6F8F9;
  --slate-gray-100: #E9EFF1;
  --slate-gray-200: #D6E1E6;
  --slate-gray-300: #B6C9D2;
  --slate-gray-400: #90ADBB;
  --slate-gray-500: #7195A8;
  --slate-gray-600: #55798B;
  --slate-gray-700: #44606F;
  --slate-gray-800: #30454F;
  --slate-gray-900: #1F2C33;
  --slate-gray-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color