Slate Gray
#769CA2
CyanColor Codes
All color formats for development
HEX
#769CA2RGB
rgb(118, 156, 162)HSL
hsl(188, 19%, 55%)OKLCH
oklch(0.667 0.043 208.2)CMYK
cmyk(27%, 4%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669096
2#5B8086
3#507075
4#446064
5#395053
6#2D4043
7#223032
8#172021
9#0B1011
Tints
Lighter variations
1#84A6AB
2#92B0B5
3#9FBABE
4#ADC4C7
5#BBCED1
6#C8D7DA
7#D6E1E3
8#E4EBEC
9#F1F5F6
Tones
Muted variations
1#799BA0
2#7B999E
3#7D979C
4#7F9699
5#819497
6#849395
7#869193
8#888F91
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 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B2 #95B2B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769C #769CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B80 #5B8086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | 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: #D8E2E4;
--slate-gray-300: #B9CDCF;
--slate-gray-400: #95B2B7;
--slate-gray-500: #769CA2;
--slate-gray-600: #5B8086;
--slate-gray-700: #48666A;
--slate-gray-800: #34494C;
--slate-gray-900: #212E31;
--slate-gray-950: #151D1E;
}