Slate Gray

#8288C9

Blue

Color Codes

All color formats for development

HEX
#8288C9
RGB
rgb(130, 136, 201)
HSL
hsl(235, 40%, 65%)
OKLCH
oklch(0.648 0.097 279.3)
CMYK
cmyk(35%, 32%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

3.33:1

AA AAA

On Black Background

6.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E7
200
#D1D3
300
#ADB1
400
#8288
500
#5E66
600
#434B
700
#363C
800
#262B
900
#181B
950
#0F11

Shades

Darker variations

1#6B72C0
2#545CB6
3#464DA2
4#3C428B
5#323774
6#282C5D
7#1E2146
8#14162E
9#0A0B17

Tints

Lighter variations

1#8F94CF
2#9BA0D4
3#A8ACDA
4#B4B8DF
5#C1C3E4
6#CDCFEA
7#DADBEF
8#E6E7F4
9#F3F3FA

Tones

Muted variations

1#868BC6
2#898EC2
3#8D91BF
4#9094BB
5#9497B8
6#979AB4
7#9B9DB0
8#9FA0AD
9#A2A3A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E7
#E6E7F4
Light backgroundsTable row hoverSkeleton loading
200
D1D3
#D1D3EB
Secondary backgroundsInput backgroundsDividers
300
ADB1
#ADB1DC
BordersInactive statesPlaceholder text
400
8288
#8288C9
Disabled statesSecondary iconsMuted text
500
5E66
#5E66BA
Primary brand colorCTAsActive elementsLinks
600
434B
#434B9D
Hover statesFocus ringsPrimary buttons hover
700
363C
#363C7D
Active/pressed statesDark mode accentsSecondary text
800
262B
#262B59
Text on light backgroundsHeadingsStrong borders
900
181B
#181B39
Primary textHigh emphasis contentDark headings
950
0F11
#0F1124
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F4F5FA;
  --slate-gray-100: #E6E7F4;
  --slate-gray-200: #D1D3EB;
  --slate-gray-300: #ADB1DC;
  --slate-gray-400: #8288C9;
  --slate-gray-500: #5E66BA;
  --slate-gray-600: #434B9D;
  --slate-gray-700: #363C7D;
  --slate-gray-800: #262B59;
  --slate-gray-900: #181B39;
  --slate-gray-950: #0F1124;
}
Generate More ShadesCreate PaletteConvert Color