Slate Gray

#708EA9

Blue

Color Codes

All color formats for development

HEX
#708EA9
RGB
rgb(112, 142, 169)
HSL
hsl(208, 25%, 55%)
OKLCH
oklch(0.634 0.053 245.9)
CMYK
cmyk(34%, 16%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.43:1

AA AAA

On Black Background

6.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9ED
200
#D6DE
300
#B6C5
400
#8FA7
500
#708E
600
#5472
700
#435B
800
#3041
900
#1F29
950
#131A

Shades

Darker variations

1#5F809E
2#54728C
3#4A647B
4#3F5669
5#354758
6#2A3946
7#202B35
8#151D23
9#0B0E12

Tints

Lighter variations

1#7E99B2
2#8CA5BA
3#9BB0C3
4#A9BBCB
5#B7C7D4
6#C6D2DD
7#D4DDE5
8#E2E8EE
9#F1F4F6

Tones

Muted variations

1#728EA6
2#758EA3
3#788EA0
4#7B8D9D
5#7E8D9B
6#818D98
7#848D95
8#878D92
9#898C8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF2
Light backgroundsTable row hoverSkeleton loading
200
D6DE
#D6DEE6
Secondary backgroundsInput backgroundsDividers
300
B6C5
#B6C5D3
BordersInactive statesPlaceholder text
400
8FA7
#8FA7BC
Disabled statesSecondary iconsMuted text
500
708E
#708EA9
Primary brand colorCTAsActive elementsLinks
600
5472
#54728C
Hover statesFocus ringsPrimary buttons hover
700
435B
#435B70
Active/pressed statesDark mode accentsSecondary text
800
3041
#304150
Text on light backgroundsHeadingsStrong borders
900
1F29
#1F2933
Primary textHigh emphasis contentDark headings
950
131A
#131A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E9EDF2;
  --slate-gray-200: #D6DEE6;
  --slate-gray-300: #B6C5D3;
  --slate-gray-400: #8FA7BC;
  --slate-gray-500: #708EA9;
  --slate-gray-600: #54728C;
  --slate-gray-700: #435B70;
  --slate-gray-800: #304150;
  --slate-gray-900: #1F2933;
  --slate-gray-950: #131A20;
}
Generate More ShadesCreate PaletteConvert Color