Slate Gray

#7090A9

Blue

Color Codes

All color formats for development

HEX
#7090A9
RGB
rgb(112, 144, 169)
HSL
hsl(206, 25%, 55%)
OKLCH
oklch(0.638 0.052 242.1)
CMYK
cmyk(34%, 15%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.36:1

AA AAA

On Black Background

6.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D6DF
300
#B6C6
400
#8FA9
500
#7090
600
#5474
700
#435C
800
#3042
900
#1F2A
950
#131A

Shades

Darker variations

1#5F829E
2#54748C
3#4A657B
4#3F5769
5#354858
6#2A3A46
7#202B35
8#151D23
9#0B0E12

Tints

Lighter variations

1#7E9BB2
2#8CA6BA
3#9BB1C3
4#A9BCCB
5#B7C8D4
6#C6D3DD
7#D4DEE5
8#E2E9EE
9#F1F4F6

Tones

Muted variations

1#7290A6
2#758FA3
3#788FA0
4#7B8F9D
5#7E8E9B
6#818E98
7#848D95
8#878D92
9#898D8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D6DF
#D6DFE6
Secondary backgroundsInput backgroundsDividers
300
B6C6
#B6C6D3
BordersInactive statesPlaceholder text
400
8FA9
#8FA9BC
Disabled statesSecondary iconsMuted text
500
7090
#7090A9
Primary brand colorCTAsActive elementsLinks
600
5474
#54748C
Hover statesFocus ringsPrimary buttons hover
700
435C
#435C70
Active/pressed statesDark mode accentsSecondary text
800
3042
#304250
Text on light backgroundsHeadingsStrong borders
900
1F2A
#1F2A33
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: #F5F8F9;
  --slate-gray-100: #E9EEF2;
  --slate-gray-200: #D6DFE6;
  --slate-gray-300: #B6C6D3;
  --slate-gray-400: #8FA9BC;
  --slate-gray-500: #7090A9;
  --slate-gray-600: #54748C;
  --slate-gray-700: #435C70;
  --slate-gray-800: #304250;
  --slate-gray-900: #1F2A33;
  --slate-gray-950: #131A20;
}
Generate More ShadesCreate PaletteConvert Color