Slate Gray

#75A1A3

Cyan

Color Codes

All color formats for development

HEX
#75A1A3
RGB
rgb(117, 161, 163)
HSL
hsl(183, 20%, 55%)
OKLCH
oklch(0.678 0.048 199.6)
CMYK
cmyk(28%, 1%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

2.84:1

AA AAA

On Black Background

7.38: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
#94B6
500
#75A1
600
#5A84
700
#4769
800
#334B
900
#2130
950
#141E

Shades

Darker variations

1#659597
2#5A8487
3#4F7476
4#436365
5#385354
6#2D4243
7#223232
8#162122
9#0B1111

Tints

Lighter variations

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

Tones

Muted variations

1#789FA1
2#7A9D9F
3#7C9B9C
4#7E999A
5#819798
6#839595
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
94B6
#94B6B8
Disabled statesSecondary iconsMuted text
500
75A1
#75A1A3
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: #94B6B8;
  --slate-gray-500: #75A1A3;
  --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