Slate Gray

#838DC9

Blue

Color Codes

All color formats for development

HEX
#838DC9
RGB
rgb(131, 141, 201)
HSL
hsl(231, 39%, 65%)
OKLCH
oklch(0.659 0.09 276.4)
CMYK
cmyk(35%, 30%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

3.17:1

AA AAA

On Black Background

6.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E8
200
#D1D5
300
#ADB4
400
#838D
500
#5F6D
600
#4452
700
#3641
800
#272E
900
#191E
950
#1013

Shades

Darker variations

1#6C78BE
2#5563B4
3#4754A1
4#3D488A
5#333C73
6#28305C
7#1E2445
8#14182E
9#0A0C17

Tints

Lighter variations

1#8F99CE
2#9CA4D3
3#A8AFD9
4#B5BBDE
5#C1C6E4
6#CDD2E9
7#DADDEF
8#E6E8F4
9#F3F4FA

Tones

Muted variations

1#8690C5
2#8A92C2
3#8D95BE
4#9197BB
5#949AB7
6#989CB4
7#9B9EB0
8#9FA1AD
9#A2A3A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E8
#E6E8F4
Light backgroundsTable row hoverSkeleton loading
200
D1D5
#D1D5EB
Secondary backgroundsInput backgroundsDividers
300
ADB4
#ADB4DB
BordersInactive statesPlaceholder text
400
838D
#838DC9
Disabled statesSecondary iconsMuted text
500
5F6D
#5F6DB9
Primary brand colorCTAsActive elementsLinks
600
4452
#44529C
Hover statesFocus ringsPrimary buttons hover
700
3641
#36417C
Active/pressed statesDark mode accentsSecondary text
800
272E
#272E59
Text on light backgroundsHeadingsStrong borders
900
191E
#191E39
Primary textHigh emphasis contentDark headings
950
1013
#101323
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F4F5FA;
  --slate-gray-100: #E6E8F4;
  --slate-gray-200: #D1D5EB;
  --slate-gray-300: #ADB4DB;
  --slate-gray-400: #838DC9;
  --slate-gray-500: #5F6DB9;
  --slate-gray-600: #44529C;
  --slate-gray-700: #36417C;
  --slate-gray-800: #272E59;
  --slate-gray-900: #191E39;
  --slate-gray-950: #101323;
}
Generate More ShadesCreate PaletteConvert Color