Slate Gray
#788EA1
BlueColor Codes
All color formats for development
HEX
#788EA1RGB
rgb(120, 142, 161)HSL
hsl(208, 18%, 55%)OKLCH
oklch(0.636 0.038 244.5)CMYK
cmyk(25%, 12%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688095
2#5C7284
3#516374
4#455563
5#3A4753
6#2E3942
7#232B32
8#171C21
9#0C0E11
Tints
Lighter variations
1#8599AA
2#93A4B4
3#A0B0BD
4#AEBBC7
5#BBC6D0
6#C9D2D9
7#D6DDE3
8#E4E8EC
9#F1F4F6
Tones
Muted variations
1#7A8D9F
2#7C8D9D
3#7E8D9B
4#808D99
5#828D97
6#848D95
7#868D92
8#888D90
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 | BAC5 #BAC5CF | BordersInactive statesPlaceholder text |
| 400 | 96A7 #96A7B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788E #788EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C72 #5C7284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495A #495A69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212930 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #BAC5CF;
--slate-gray-400: #96A7B6;
--slate-gray-500: #788EA1;
--slate-gray-600: #5C7284;
--slate-gray-700: #495A69;
--slate-gray-800: #34414B;
--slate-gray-900: #212930;
--slate-gray-950: #151A1E;
}