Slate Gray
#788DA1
BlueColor Codes
All color formats for development
HEX
#788DA1RGB
rgb(120, 141, 161)HSL
hsl(209, 18%, 55%)OKLCH
oklch(0.634 0.039 247.1)CMYK
cmyk(25%, 12%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687F95
2#5C7184
3#516374
4#455563
5#3A4753
6#2E3842
7#232A32
8#171C21
9#0C0E11
Tints
Lighter variations
1#8598AA
2#93A4B4
3#A0AFBD
4#AEBBC7
5#BBC6D0
6#C9D1D9
7#D6DDE3
8#E4E8EC
9#F1F4F6
Tones
Muted variations
1#7A8D9F
2#7C8D9D
3#7E8D9B
4#808D99
5#828D97
6#848D95
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 | BAC5 #BAC5CF | BordersInactive statesPlaceholder text |
| 400 | 96A6 #96A6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788D #788DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C71 #5C7184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495A #495A69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404B | 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: #96A6B6;
--slate-gray-500: #788DA1;
--slate-gray-600: #5C7184;
--slate-gray-700: #495A69;
--slate-gray-800: #34404B;
--slate-gray-900: #212930;
--slate-gray-950: #151A1E;
}