Slate Gray
#7693A2
BlueColor Codes
All color formats for development
HEX
#7693A2RGB
rgb(118, 147, 162)HSL
hsl(200, 19%, 55%)OKLCH
oklch(0.646 0.04 230.6)CMYK
cmyk(27%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668696
2#5B7786
3#506875
4#445964
5#394B53
6#2D3C43
7#222D32
8#171E21
9#0B0F11
Tints
Lighter variations
1#849EAB
2#92A9B5
3#9FB4BE
4#ADBFC7
5#BBC9D1
6#C8D4DA
7#D6DFE3
8#E4EAEC
9#F1F4F6
Tones
Muted variations
1#7993A0
2#7B929E
3#7D919C
4#7F9199
5#819097
6#848F95
7#868E93
8#888E91
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8CF | BordersInactive statesPlaceholder text |
| 400 | 95AB #95ABB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7694 #7694A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B77 #5B7786 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485F #485F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D8E0E4;
--slate-gray-300: #B9C8CF;
--slate-gray-400: #95ABB7;
--slate-gray-500: #7694A2;
--slate-gray-600: #5B7786;
--slate-gray-700: #485F6A;
--slate-gray-800: #34444C;
--slate-gray-900: #212B31;
--slate-gray-950: #151B1E;
}