Slate Gray
#7694A2
BlueColor Codes
All color formats for development
HEX
#7694A2RGB
rgb(118, 148, 162)HSL
hsl(199, 19%, 55%)OKLCH
oklch(0.649 0.04 228)CMYK
cmyk(27%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668796
2#5B7886
3#506975
4#445A64
5#394B53
6#2D3C43
7#222D32
8#171E21
9#0B0F11
Tints
Lighter variations
1#849FAB
2#92AAB5
3#9FB4BE
4#ADBFC7
5#BBCAD1
6#C8D4DA
7#D6DFE3
8#E4EAEC
9#F1F4F6
Tones
Muted variations
1#7993A0
2#7B939E
3#7D929C
4#7F9199
5#819097
6#848F95
7#868F93
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 | 95AC #95ACB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7694 #7694A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B78 #5B7886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485F #485F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | 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: #95ACB7;
--slate-gray-500: #7694A2;
--slate-gray-600: #5B7886;
--slate-gray-700: #485F6A;
--slate-gray-800: #34444C;
--slate-gray-900: #212C31;
--slate-gray-950: #151B1E;
}