Slate Gray

#7F7FCC

Blue

Color Codes

All color formats for development

HEX
#7F7FCC
RGB
rgb(127, 127, 204)
HSL
hsl(240, 43%, 65%)
OKLCH
oklch(0.629 0.115 282.6)
CMYK
cmyk(38%, 38%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

3.61:1

AA AAA

On Black Background

5.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E5
200
#D0D0
300
#ABAB
400
#7F7F
500
#5B5B
600
#4040
700
#3333
800
#2424
900
#1717
950
#0F0F

Shades

Darker variations

1#6868C3
2#5050B9
3#4242A6
4#39398E
5#2F2F77
6#26265F
7#1C1C47
8#13132F
9#090918

Tints

Lighter variations

1#8C8CD1
2#9999D6
3#A6A6DB
4#B2B2E0
5#BFBFE6
6#CCCCEB
7#D9D9F0
8#E5E5F5
9#F2F2FA

Tones

Muted variations

1#8383C8
2#8787C4
3#8B8BC1
4#8F8FBD
5#9393B9
6#9696B5
7#9A9AB1
8#9E9EAD
9#A2A2AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E5
#E5E5F5
Light backgroundsTable row hoverSkeleton loading
200
D0D0
#D0D0EC
Secondary backgroundsInput backgroundsDividers
300
ABAB
#ABABDE
BordersInactive statesPlaceholder text
400
7F7F
#7F7FCC
Disabled statesSecondary iconsMuted text
500
5B5B
#5B5BBE
Primary brand colorCTAsActive elementsLinks
600
4040
#4040A0
Hover statesFocus ringsPrimary buttons hover
700
3333
#333380
Active/pressed statesDark mode accentsSecondary text
800
2424
#24245B
Text on light backgroundsHeadingsStrong borders
900
1717
#17173A
Primary textHigh emphasis contentDark headings
950
0F0F
#0F0F24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F4F4FB;
  --slate-gray-100: #E5E5F5;
  --slate-gray-200: #D0D0EC;
  --slate-gray-300: #ABABDE;
  --slate-gray-400: #7F7FCC;
  --slate-gray-500: #5B5BBE;
  --slate-gray-600: #4040A0;
  --slate-gray-700: #333380;
  --slate-gray-800: #24245B;
  --slate-gray-900: #17173A;
  --slate-gray-950: #0F0F24;
}
Generate More ShadesCreate PaletteConvert Color