Slate Gray

#7380A5

Blue

Color Codes

All color formats for development

HEX
#7380A5
RGB
rgb(115, 128, 165)
HSL
hsl(224, 22%, 55%)
OKLCH
oklch(0.603 0.059 269.6)
CMYK
cmyk(30%, 22%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

3.92:1

AA AAA

On Black Background

5.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EB
200
#D7DA
300
#B7BE
400
#929D
500
#7380
600
#5865
700
#4650
800
#3239
900
#2025
950
#1417

Shades

Darker variations

1#62719A
2#586589
3#4D5878
4#424C67
5#373F56
6#2C3244
7#212633
8#161922
9#0B0D11

Tints

Lighter variations

1#818DAE
2#8F9AB7
3#9DA6C0
4#ABB3C9
5#B9C0D2
6#C7CCDB
7#D5D9E4
8#E3E6ED
9#F1F2F6

Tones

Muted variations

1#7682A3
2#7883A0
3#7B849E
4#7D859B
5#808699
6#828896
7#858994
8#878A91
9#8A8B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7DA
#D7DAE5
Secondary backgroundsInput backgroundsDividers
300
B7BE
#B7BED1
BordersInactive statesPlaceholder text
400
929D
#929DB9
Disabled statesSecondary iconsMuted text
500
7380
#7380A5
Primary brand colorCTAsActive elementsLinks
600
5865
#586589
Hover statesFocus ringsPrimary buttons hover
700
4650
#46506D
Active/pressed statesDark mode accentsSecondary text
800
3239
#32394E
Text on light backgroundsHeadingsStrong borders
900
2025
#202532
Primary textHigh emphasis contentDark headings
950
1417
#14171F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9EBF1;
  --slate-gray-200: #D7DAE5;
  --slate-gray-300: #B7BED1;
  --slate-gray-400: #929DB9;
  --slate-gray-500: #7380A5;
  --slate-gray-600: #586589;
  --slate-gray-700: #46506D;
  --slate-gray-800: #32394E;
  --slate-gray-900: #202532;
  --slate-gray-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color