Slate Gray
#788CA1
BlueColor Codes
All color formats for development
HEX
#788CA1RGB
rgb(120, 140, 161)HSL
hsl(211, 18%, 55%)OKLCH
oklch(0.632 0.039 249.7)CMYK
cmyk(25%, 13%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687D95
2#5C7084
3#516274
4#455463
5#3A4653
6#2E3842
7#232A32
8#171C21
9#0C0E11
Tints
Lighter variations
1#8597AA
2#93A3B4
3#A0AEBD
4#AEBAC7
5#BBC5D0
6#C9D1D9
7#D6DCE3
8#E4E8EC
9#F1F3F6
Tones
Muted variations
1#7A8C9F
2#7C8C9D
3#7E8C9B
4#808C99
5#828C97
6#848C95
7#868C92
8#888C90
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CF | BordersInactive statesPlaceholder text |
| 400 | 96A5 #96A5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788C #788CA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C70 #5C7084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4959 #495969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343F #343F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212930 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D8DEE4;
--slate-gray-300: #BAC4CF;
--slate-gray-400: #96A5B6;
--slate-gray-500: #788CA1;
--slate-gray-600: #5C7084;
--slate-gray-700: #495969;
--slate-gray-800: #343F4B;
--slate-gray-900: #212930;
--slate-gray-950: #15191E;
}