Slate Gray

#8899C3

Blue

Color Codes

All color formats for development

HEX
#8899C3
RGB
rgb(136, 153, 195)
HSL
hsl(223, 33%, 65%)
OKLCH
oklch(0.685 0.065 267.5)
CMYK
cmyk(30%, 22%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.84:1

AA AAA

On Black Background

7.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EB
200
#D3D9
300
#B1BC
400
#8899
500
#667C
600
#4B60
700
#3C4C
800
#2B37
900
#1B23
950
#1116

Shades

Darker variations

1#7286B8
2#5C73AD
3#4E639A
4#435584
5#38476E
6#2C3958
7#212B42
8#161C2C
9#0B0E16

Tints

Lighter variations

1#94A3C9
2#A0ADCF
3#ACB8D5
4#B8C2DB
5#C4CCE1
6#D0D6E7
7#DBE0ED
8#E7EBF3
9#F3F5F9

Tones

Muted variations

1#8B9AC0
2#8E9CBD
3#919DBA
4#949EB7
5#979FB4
6#9AA1B2
7#9DA2AF
8#A0A3AC
9#A3A4A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EB
#E7EBF3
Light backgroundsTable row hoverSkeleton loading
200
D3D9
#D3D9E9
Secondary backgroundsInput backgroundsDividers
300
B1BC
#B1BCD8
BordersInactive statesPlaceholder text
400
8899
#8899C3
Disabled statesSecondary iconsMuted text
500
667C
#667CB2
Primary brand colorCTAsActive elementsLinks
600
4B60
#4B6095
Hover statesFocus ringsPrimary buttons hover
700
3C4C
#3C4C77
Active/pressed statesDark mode accentsSecondary text
800
2B37
#2B3755
Text on light backgroundsHeadingsStrong borders
900
1B23
#1B2336
Primary textHigh emphasis contentDark headings
950
1116
#111622
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6FA;
  --slate-gray-100: #E7EBF3;
  --slate-gray-200: #D3D9E9;
  --slate-gray-300: #B1BCD8;
  --slate-gray-400: #8899C3;
  --slate-gray-500: #667CB2;
  --slate-gray-600: #4B6095;
  --slate-gray-700: #3C4C77;
  --slate-gray-800: #2B3755;
  --slate-gray-900: #1B2336;
  --slate-gray-950: #111622;
}
Generate More ShadesCreate PaletteConvert Color