Slate Gray

#535B8D

Blue

Color Codes

All color formats for development

HEX
#535B8D
RGB
rgb(83, 91, 141)
HSL
hsl(232, 26%, 44%)
OKLCH
oklch(0.486 0.081 276)
CMYK
cmyk(41%, 35%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

6.46:1

AA AAA

On Black Background

3.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EA
200
#D5D8
300
#B5B9
400
#8F95
500
#6E76
600
#535B
700
#4248
800
#2F34
900
#1E21
950
#1315

Shades

Darker variations

1#4B527F
2#424971
3#3A4063
4#323655
5#2A2D47
6#212439
7#191B2A
8#11121C
9#08090E

Tints

Lighter variations

1#5E669F
2#6F77AA
3#8188B5
4#9399C0
5#A5AACA
6#B7BBD5
7#C9CCDF
8#DBDDEA
9#EDEEF4

Tones

Muted variations

1#565D8A
2#595F88
3#5C6185
4#5F6382
5#62667F
6#65687C
7#676A79
8#6A6C76
9#6D6E73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF2
Light backgroundsTable row hoverSkeleton loading
200
D5D8
#D5D8E6
Secondary backgroundsInput backgroundsDividers
300
B5B9
#B5B9D4
BordersInactive statesPlaceholder text
400
8F95
#8F95BD
Disabled statesSecondary iconsMuted text
500
6E76
#6E76AA
Primary brand colorCTAsActive elementsLinks
600
535B
#535B8D
Hover statesFocus ringsPrimary buttons hover
700
4248
#424870
Active/pressed statesDark mode accentsSecondary text
800
2F34
#2F3450
Text on light backgroundsHeadingsStrong borders
900
1E21
#1E2133
Primary textHigh emphasis contentDark headings
950
1315
#131520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E9EAF2;
  --slate-gray-200: #D5D8E6;
  --slate-gray-300: #B5B9D4;
  --slate-gray-400: #8F95BD;
  --slate-gray-500: #6E76AA;
  --slate-gray-600: #535B8D;
  --slate-gray-700: #424870;
  --slate-gray-800: #2F3450;
  --slate-gray-900: #1E2133;
  --slate-gray-950: #131520;
}
Generate More ShadesCreate PaletteConvert Color