Slate Gray
#769DA2
CyanColor Codes
All color formats for development
HEX
#769DA2RGB
rgb(118, 157, 162)HSL
hsl(187, 19%, 55%)OKLCH
oklch(0.669 0.043 206)CMYK
cmyk(27%, 3%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669196
2#5B8186
3#507075
4#446064
5#395053
6#2D4043
7#223032
8#172021
9#0B1011
Tints
Lighter variations
1#84A7AB
2#92B1B5
3#9FBABE
4#ADC4C7
5#BBCED1
6#C8D8DA
7#D6E2E3
8#E4EBEC
9#F1F5F6
Tones
Muted variations
1#799BA0
2#7B9A9E
3#7D989C
4#7F9699
5#819597
6#849395
7#869193
8#889091
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B3 #95B3B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769D #769DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B81 #5B8186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAF0F1;
--slate-gray-200: #D8E3E4;
--slate-gray-300: #B9CDCF;
--slate-gray-400: #95B3B7;
--slate-gray-500: #769DA2;
--slate-gray-600: #5B8186;
--slate-gray-700: #48666A;
--slate-gray-800: #34494C;
--slate-gray-900: #212F31;
--slate-gray-950: #151D1E;
}