Slate Gray
#768BA2
BlueColor Codes
All color formats for development
HEX
#768BA2RGB
rgb(118, 139, 162)HSL
hsl(211, 19%, 55%)OKLCH
oklch(0.628 0.042 250.9)CMYK
cmyk(27%, 14%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667D96
2#5B6F86
3#506275
4#445464
5#394653
6#2D3843
7#222A32
8#171C21
9#0B0E11
Tints
Lighter variations
1#8497AB
2#92A3B5
3#9FAEBE
4#ADBAC7
5#BBC5D1
6#C8D1DA
7#D6DCE3
8#E4E8EC
9#F1F3F6
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 | 95A5 #95A5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768C #768CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6F #5B6F86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4859 #48596A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343F #343F4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | 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: #EAEDF1;
--slate-gray-200: #D8DEE4;
--slate-gray-300: #B9C4CF;
--slate-gray-400: #95A5B7;
--slate-gray-500: #768CA2;
--slate-gray-600: #5B6F86;
--slate-gray-700: #48596A;
--slate-gray-800: #343F4C;
--slate-gray-900: #212931;
--slate-gray-950: #15191E;
}