Slate Gray

#75A0A3

Cyan

Color Codes

All color formats for development

HEX
#75A0A3
RGB
rgb(117, 160, 163)
HSL
hsl(184, 20%, 55%)
OKLCH
oklch(0.676 0.047 201.5)
CMYK
cmyk(28%, 2%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

2.87:1

AA AAA

On Black Background

7.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D7E4
300
#B9CF
400
#94B5
500
#75A0
600
#5A84
700
#4769
800
#334B
900
#2130
950
#141E

Shades

Darker variations

1#659497
2#5A8487
3#4F7376
4#436365
5#385254
6#2D4243
7#223132
8#162122
9#0B1011

Tints

Lighter variations

1#83AAAC
2#91B3B6
3#9FBDBF
4#ACC6C8
5#BAD0D1
6#C8D9DA
7#D6E3E3
8#E3ECED
9#F1F6F6

Tones

Muted variations

1#789EA1
2#7A9C9F
3#7C9A9C
4#7E989A
5#819698
6#839495
7#859293
8#889091
9#8A8E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E4
#D7E4E4
Secondary backgroundsInput backgroundsDividers
300
B9CF
#B9CFD0
BordersInactive statesPlaceholder text
400
94B5
#94B5B8
Disabled statesSecondary iconsMuted text
500
75A0
#75A0A3
Primary brand colorCTAsActive elementsLinks
600
5A84
#5A8487
Hover statesFocus ringsPrimary buttons hover
700
4769
#47696B
Active/pressed statesDark mode accentsSecondary text
800
334B
#334B4D
Text on light backgroundsHeadingsStrong borders
900
2130
#213031
Primary textHigh emphasis contentDark headings
950
141E
#141E1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F9F9;
  --slate-gray-100: #EAF0F1;
  --slate-gray-200: #D7E4E4;
  --slate-gray-300: #B9CFD0;
  --slate-gray-400: #94B5B8;
  --slate-gray-500: #75A0A3;
  --slate-gray-600: #5A8487;
  --slate-gray-700: #47696B;
  --slate-gray-800: #334B4D;
  --slate-gray-900: #213031;
  --slate-gray-950: #141E1F;
}
Generate More ShadesCreate PaletteConvert Color