Slate Gray
#769EA2
CyanColor Codes
All color formats for development
HEX
#769EA2RGB
rgb(118, 158, 162)HSL
hsl(185, 19%, 55%)OKLCH
oklch(0.671 0.044 203.8)CMYK
cmyk(27%, 2%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669296
2#5B8286
3#507275
4#446164
5#395153
6#2D4143
7#223132
8#172021
9#0B1011
Tints
Lighter variations
1#84A8AB
2#92B2B5
3#9FBBBE
4#ADC5C7
5#BBCFD1
6#C8D8DA
7#D6E2E3
8#E4ECEC
9#F1F5F6
Tones
Muted variations
1#799DA0
2#7B9B9E
3#7D999C
4#7F9799
5#819597
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 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769E #769EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B82 #5B8286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4867 #48676A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #D8E3E4;
--slate-gray-300: #B9CECF;
--slate-gray-400: #95B4B7;
--slate-gray-500: #769EA2;
--slate-gray-600: #5B8286;
--slate-gray-700: #48676A;
--slate-gray-800: #344A4C;
--slate-gray-900: #212F31;
--slate-gray-950: #151E1E;
}