Slate Gray

#888EC3

Blue

Color Codes

All color formats for development

HEX
#888EC3
RGB
rgb(136, 142, 195)
HSL
hsl(234, 33%, 65%)
OKLCH
oklch(0.662 0.079 279)
CMYK
cmyk(30%, 27%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

3.13:1

AA AAA

On Black Background

6.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E8
200
#D3D5
300
#B1B5
400
#888E
500
#666E
600
#4B53
700
#3C42
800
#2B2F
900
#1B1E
950
#1113

Shades

Darker variations

1#7279B8
2#5C64AD
3#4E559A
4#434984
5#383D6E
6#2C3158
7#212542
8#16182C
9#0B0C16

Tints

Lighter variations

1#9499C9
2#A0A5CF
3#ACB0D5
4#B8BBDB
5#C4C7E1
6#D0D2E7
7#DBDDED
8#E7E8F3
9#F3F4F9

Tones

Muted variations

1#8B91C0
2#8E93BD
3#9195BA
4#9498B7
5#979AB4
6#9A9CB2
7#9D9FAF
8#A0A1AC
9#A3A3A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E8
#E7E8F3
Light backgroundsTable row hoverSkeleton loading
200
D3D5
#D3D5E9
Secondary backgroundsInput backgroundsDividers
300
B1B5
#B1B5D8
BordersInactive statesPlaceholder text
400
888E
#888EC3
Disabled statesSecondary iconsMuted text
500
666E
#666EB2
Primary brand colorCTAsActive elementsLinks
600
4B53
#4B5395
Hover statesFocus ringsPrimary buttons hover
700
3C42
#3C4277
Active/pressed statesDark mode accentsSecondary text
800
2B2F
#2B2F55
Text on light backgroundsHeadingsStrong borders
900
1B1E
#1B1E36
Primary textHigh emphasis contentDark headings
950
1113
#111322
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5FA;
  --slate-gray-100: #E7E8F3;
  --slate-gray-200: #D3D5E9;
  --slate-gray-300: #B1B5D8;
  --slate-gray-400: #888EC3;
  --slate-gray-500: #666EB2;
  --slate-gray-600: #4B5395;
  --slate-gray-700: #3C4277;
  --slate-gray-800: #2B2F55;
  --slate-gray-900: #1B1E36;
  --slate-gray-950: #111322;
}
Generate More ShadesCreate PaletteConvert Color