Slate Gray

#53778D

Blue

Color Codes

All color formats for development

HEX
#53778D
RGB
rgb(83, 119, 141)
HSL
hsl(203, 26%, 44%)
OKLCH
oklch(0.551 0.053 235.9)
CMYK
cmyk(41%, 16%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.78:1

AA AAA

On Black Background

4.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D5E0
300
#B5C8
400
#8FAB
500
#6E93
600
#5377
700
#425F
800
#2F44
900
#1E2B
950
#131B

Shades

Darker variations

1#4B6B7F
2#425F71
3#3A5363
4#324755
5#2A3C47
6#213039
7#19242A
8#11181C
9#080C0E

Tints

Lighter variations

1#5E869F
2#6F94AA
3#81A1B5
4#93AFC0
5#A5BCCA
6#B7C9D5
7#C9D7DF
8#DBE4EA
9#EDF2F4

Tones

Muted variations

1#56768A
2#597688
3#5C7585
4#5F7482
5#62747F
6#65737C
7#677279
8#6A7276
9#6D7173

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5E0
#D5E0E6
Secondary backgroundsInput backgroundsDividers
300
B5C8
#B5C8D4
BordersInactive statesPlaceholder text
400
8FAB
#8FABBD
Disabled statesSecondary iconsMuted text
500
6E93
#6E93AA
Primary brand colorCTAsActive elementsLinks
600
5377
#53778D
Hover statesFocus ringsPrimary buttons hover
700
425F
#425F70
Active/pressed statesDark mode accentsSecondary text
800
2F44
#2F4450
Text on light backgroundsHeadingsStrong borders
900
1E2B
#1E2B33
Primary textHigh emphasis contentDark headings
950
131B
#131B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8F9;
  --slate-gray-100: #E9EEF2;
  --slate-gray-200: #D5E0E6;
  --slate-gray-300: #B5C8D4;
  --slate-gray-400: #8FABBD;
  --slate-gray-500: #6E93AA;
  --slate-gray-600: #53778D;
  --slate-gray-700: #425F70;
  --slate-gray-800: #2F4450;
  --slate-gray-900: #1E2B33;
  --slate-gray-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color