Slate Gray
#75A3A3
CyanColor Codes
All color formats for development
HEX
#75A3A3RGB
rgb(117, 163, 163)HSL
hsl(180, 20%, 55%)OKLCH
oklch(0.683 0.049 196.1)CMYK
cmyk(28%, 0%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#659797
2#5A8787
3#4F7676
4#436565
5#385454
6#2D4343
7#223232
8#162222
9#0B1111
Tints
Lighter variations
1#83ACAC
2#91B6B6
3#9FBFBF
4#ACC8C8
5#BAD1D1
6#C8DADA
7#D6E3E3
8#E3EDED
9#F1F6F6
Tones
Muted variations
1#78A1A1
2#7A9F9F
3#7C9C9C
4#7E9A9A
5#819898
6#839595
7#859393
8#889191
9#8A8F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9D0 #B9D0D0 | BordersInactive statesPlaceholder text |
| 400 | 94B8 #94B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A3 #75A3A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A87 #5A8787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334D #334D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF1F1;
--slate-gray-200: #D7E4E4;
--slate-gray-300: #B9D0D0;
--slate-gray-400: #94B8B8;
--slate-gray-500: #75A3A3;
--slate-gray-600: #5A8787;
--slate-gray-700: #476B6B;
--slate-gray-800: #334D4D;
--slate-gray-900: #213131;
--slate-gray-950: #141F1F;
}