Slate Gray

#6D7FAB

Blue

Color Codes

All color formats for development

HEX
#6D7FAB
RGB
rgb(109, 127, 171)
HSL
hsl(223, 27%, 55%)
OKLCH
oklch(0.599 0.071 267.1)
CMYK
cmyk(36%, 26%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.98:1

AA AAA

On Black Background

5.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D5DA
300
#B5BD
400
#8E9B
500
#6D7F
600
#5263
700
#414F
800
#2F38
900
#1E24
950
#1317

Shades

Darker variations

1#5C6FA0
2#52638E
3#48577D
4#3D4A6B
5#333E59
6#293247
7#1F2535
8#141924
9#0A0C12

Tints

Lighter variations

1#7C8CB4
2#8A98BC
3#99A5C4
4#A8B2CD
5#B6BFD5
6#C5CCDD
7#D3D9E6
8#E2E5EE
9#F0F2F7

Tones

Muted variations

1#7080A8
2#7382A5
3#7783A2
4#7A849F
5#7D869C
6#808799
7#838896
8#868A92
9#898B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5DA
#D5DAE7
Secondary backgroundsInput backgroundsDividers
300
B5BD
#B5BDD4
BordersInactive statesPlaceholder text
400
8E9B
#8E9BBE
Disabled statesSecondary iconsMuted text
500
6D7F
#6D7FAB
Primary brand colorCTAsActive elementsLinks
600
5263
#52638E
Hover statesFocus ringsPrimary buttons hover
700
414F
#414F71
Active/pressed statesDark mode accentsSecondary text
800
2F38
#2F3851
Text on light backgroundsHeadingsStrong borders
900
1E24
#1E2434
Primary textHigh emphasis contentDark headings
950
1317
#131720
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D5DAE7;
  --slate-gray-300: #B5BDD4;
  --slate-gray-400: #8E9BBE;
  --slate-gray-500: #6D7FAB;
  --slate-gray-600: #52638E;
  --slate-gray-700: #414F71;
  --slate-gray-800: #2F3851;
  --slate-gray-900: #1E2434;
  --slate-gray-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color