Slate Gray
#768FA2
BlueColor Codes
All color formats for development
HEX
#768FA2RGB
rgb(118, 143, 162)HSL
hsl(206, 19%, 55%)OKLCH
oklch(0.637 0.04 241.1)CMYK
cmyk(27%, 12%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668196
2#5B7386
3#506575
4#445664
5#394853
6#2D3A43
7#222B32
8#171D21
9#0B0E11
Tints
Lighter variations
1#849AAB
2#92A6B5
3#9FB1BE
4#ADBCC7
5#BBC7D1
6#C8D2DA
7#D6DDE3
8#E4E9EC
9#F1F4F6
Tones
Muted variations
1#798FA0
2#7B8F9E
3#7D8E9C
4#7F8E99
5#818E97
6#848D95
7#868D93
8#888D91
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6CF | BordersInactive statesPlaceholder text |
| 400 | 95A8 #95A8B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768F #768FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B73 #5B7386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485C #485C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D8DFE4;
--slate-gray-300: #B9C6CF;
--slate-gray-400: #95A8B7;
--slate-gray-500: #768FA2;
--slate-gray-600: #5B7386;
--slate-gray-700: #485C6A;
--slate-gray-800: #34414C;
--slate-gray-900: #212A31;
--slate-gray-950: #151A1E;
}