Slate Gray

#6E80AA

Blue

Color Codes

All color formats for development

HEX
#6E80AA
RGB
rgb(110, 128, 170)
HSL
hsl(222, 26%, 55%)
OKLCH
oklch(0.602 0.068 266.4)
CMYK
cmyk(35%, 25%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.94:1

AA AAA

On Black Background

5.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EB
200
#D5DA
300
#B5BE
400
#8F9C
500
#6E80
600
#5365
700
#4250
800
#2F39
900
#1E25
950
#1317

Shades

Darker variations

1#5D719F
2#53658D
3#49587C
4#3E4B6A
5#343F58
6#2A3247
7#1F2635
8#151923
9#0A0D12

Tints

Lighter variations

1#7D8DB3
2#8B9ABB
3#9AA6C4
4#A8B3CC
5#B7C0D5
6#C5CCDD
7#D4D9E6
8#E2E6EE
9#F1F2F7

Tones

Muted variations

1#7182A7
2#7483A4
3#7784A1
4#7A859E
5#7D869B
6#808798
7#838995
8#868A92
9#898B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5DA
#D5DAE6
Secondary backgroundsInput backgroundsDividers
300
B5BE
#B5BED4
BordersInactive statesPlaceholder text
400
8F9C
#8F9CBD
Disabled statesSecondary iconsMuted text
500
6E80
#6E80AA
Primary brand colorCTAsActive elementsLinks
600
5365
#53658D
Hover statesFocus ringsPrimary buttons hover
700
4250
#425070
Active/pressed statesDark mode accentsSecondary text
800
2F39
#2F3950
Text on light backgroundsHeadingsStrong borders
900
1E25
#1E2533
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: #F5F7F9;
  --slate-gray-100: #E9EBF2;
  --slate-gray-200: #D5DAE6;
  --slate-gray-300: #B5BED4;
  --slate-gray-400: #8F9CBD;
  --slate-gray-500: #6E80AA;
  --slate-gray-600: #53658D;
  --slate-gray-700: #425070;
  --slate-gray-800: #2F3950;
  --slate-gray-900: #1E2533;
  --slate-gray-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color