Slate Gray

#7374A5

Blue

Color Codes

All color formats for development

HEX
#7374A5
RGB
rgb(115, 116, 165)
HSL
hsl(239, 22%, 55%)
OKLCH
oklch(0.578 0.075 282.9)
CMYK
cmyk(30%, 30%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

4.40:1

AA AAA

On Black Background

4.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D7D7
300
#B7B8
400
#9293
500
#7374
600
#5858
700
#4646
800
#3232
900
#2020
950
#1414

Shades

Darker variations

1#62639A
2#585889
3#4D4D78
4#424267
5#373756
6#2C2C44
7#212133
8#161622
9#0B0B11

Tints

Lighter variations

1#8182AE
2#8F90B7
3#9D9EC0
4#ABACC9
5#B9B9D2
6#C7C7DB
7#D5D5E4
8#E3E3ED
9#F1F1F6

Tones

Muted variations

1#7676A3
2#7879A0
3#7B7B9E
4#7D7E9B
5#808099
6#828296
7#858594
8#878791
9#8A8A8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F1
Light backgroundsTable row hoverSkeleton loading
200
D7D7
#D7D7E5
Secondary backgroundsInput backgroundsDividers
300
B7B8
#B7B8D1
BordersInactive statesPlaceholder text
400
9293
#9293B9
Disabled statesSecondary iconsMuted text
500
7374
#7374A5
Primary brand colorCTAsActive elementsLinks
600
5858
#585889
Hover statesFocus ringsPrimary buttons hover
700
4646
#46466D
Active/pressed statesDark mode accentsSecondary text
800
3232
#32324E
Text on light backgroundsHeadingsStrong borders
900
2020
#202032
Primary textHigh emphasis contentDark headings
950
1414
#14141F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #E9E9F1;
  --slate-gray-200: #D7D7E5;
  --slate-gray-300: #B7B8D1;
  --slate-gray-400: #9293B9;
  --slate-gray-500: #7374A5;
  --slate-gray-600: #585889;
  --slate-gray-700: #46466D;
  --slate-gray-800: #32324E;
  --slate-gray-900: #202032;
  --slate-gray-950: #14141F;
}
Generate More ShadesCreate PaletteConvert Color