Slate Gray
#62767F
BlueColor Codes
All color formats for development
HEX
#62767FRGB
rgb(98, 118, 127)HSL
hsl(199, 13%, 44%)OKLCH
oklch(0.553 0.027 226.9)CMYK
cmyk(23%, 7%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586A72
2#4E5E65
3#445259
4#3B474C
5#313B3F
6#272F33
7#1D2326
8#141819
9#0A0C0D
Tints
Lighter variations
1#6E858F
2#7E929C
3#8EA0A8
4#9EADB4
5#AEBBC1
6#BEC9CD
7#CFD6DA
8#DFE4E6
9#EFF1F3
Tones
Muted variations
1#63757D
2#65747C
3#66747A
4#677379
5#697377
6#6A7276
7#6C7275
8#6D7173
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 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC7 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AAA #9AAAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D92 #7D929B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6276 #62767F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5E #4E5E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | 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: #DADFE2;
--slate-gray-300: #BDC7CC;
--slate-gray-400: #9AAAB1;
--slate-gray-500: #7D929B;
--slate-gray-600: #62767F;
--slate-gray-700: #4E5E65;
--slate-gray-800: #374348;
--slate-gray-900: #232B2E;
--slate-gray-950: #161B1D;
}