Slate Gray
#76A0A2
CyanColor Codes
All color formats for development
HEX
#76A0A2RGB
rgb(118, 160, 162)HSL
hsl(183, 19%, 55%)OKLCH
oklch(0.676 0.046 199.8)CMYK
cmyk(27%, 1%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669496
2#5B8386
3#507375
4#446364
5#395253
6#2D4243
7#223132
8#172121
9#0B1011
Tints
Lighter variations
1#84A9AB
2#92B3B5
3#9FBCBE
4#ADC6C7
5#BBCFD1
6#C8D9DA
7#D6E2E3
8#E4ECEC
9#F1F5F6
Tones
Muted variations
1#799EA0
2#7B9C9E
3#7D9A9C
4#7F9899
5#819697
6#849495
7#869293
8#889091
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B5 #95B5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A0 #76A0A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B83 #5B8386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4869 #48696A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | 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: #D8E4E4;
--slate-gray-300: #B9CECF;
--slate-gray-400: #95B5B7;
--slate-gray-500: #76A0A2;
--slate-gray-600: #5B8386;
--slate-gray-700: #48696A;
--slate-gray-800: #344B4C;
--slate-gray-900: #213031;
--slate-gray-950: #151E1E;
}