Slate Gray
#62787F
CyanColor Codes
All color formats for development
HEX
#62787FRGB
rgb(98, 120, 127)HSL
hsl(194, 13%, 44%)OKLCH
oklch(0.558 0.028 219.1)CMYK
cmyk(23%, 6%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586C72
2#4E6065
3#445459
4#3B484C
5#313C3F
6#273033
7#1D2426
8#141819
9#0A0C0D
Tints
Lighter variations
1#6E878F
2#7E959C
3#8EA2A8
4#9EAFB4
5#AEBDC1
6#BECACD
7#CFD7DA
8#DFE4E6
9#EFF2F3
Tones
Muted variations
1#63777D
2#65767C
3#66767A
4#677579
5#697477
6#6A7376
7#6C7375
8#6D7273
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC8 #BDC8CC | BordersInactive statesPlaceholder text |
| 400 | 9AAC #9AACB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D94 #7D949B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6278 #62787F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5F #4E5F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DAE0E2;
--slate-gray-300: #BDC8CC;
--slate-gray-400: #9AACB1;
--slate-gray-500: #7D949B;
--slate-gray-600: #62787F;
--slate-gray-700: #4E5F65;
--slate-gray-800: #374448;
--slate-gray-900: #232C2E;
--slate-gray-950: #161B1D;
}