Slate Gray
#768CA2
BlueColor Codes
All color formats for development
HEX
#768CA2RGB
rgb(118, 140, 162)HSL
hsl(210, 19%, 55%)OKLCH
oklch(0.631 0.042 248.5)CMYK
cmyk(27%, 14%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667E96
2#5B7086
3#506275
4#445464
5#394653
6#2D3843
7#222A32
8#171C21
9#0B0E11
Tints
Lighter variations
1#8498AB
2#92A3B5
3#9FAFBE
4#ADBAC7
5#BBC6D1
6#C8D1DA
7#D6DDE3
8#E4E8EC
9#F1F4F6
Tones
Muted variations
1#798CA0
2#7B8C9E
3#7D8C9C
4#7F8C99
5#818C97
6#848C95
7#868C93
8#888C91
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4CF | BordersInactive statesPlaceholder text |
| 400 | 95A6 #95A6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768C #768CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B70 #5B7086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4859 #48596A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | 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: #EAEDF1;
--slate-gray-200: #D8DEE4;
--slate-gray-300: #B9C4CF;
--slate-gray-400: #95A6B7;
--slate-gray-500: #768CA2;
--slate-gray-600: #5B7086;
--slate-gray-700: #48596A;
--slate-gray-800: #34404C;
--slate-gray-900: #212931;
--slate-gray-950: #151A1E;
}