Slate Gray
#627B7F
CyanColor Codes
All color formats for development
HEX
#627B7FRGB
rgb(98, 123, 127)HSL
hsl(188, 13%, 44%)OKLCH
oklch(0.565 0.03 208.3)CMYK
cmyk(23%, 3%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586F72
2#4E6265
3#445659
4#3B4A4C
5#313D3F
6#273133
7#1D2526
8#141919
9#0A0C0D
Tints
Lighter variations
1#6E8B8F
2#7E989C
3#8EA5A8
4#9EB1B4
5#AEBEC1
6#BECBCD
7#CFD8DA
8#DFE5E6
9#EFF2F3
Tones
Muted variations
1#637A7D
2#65797C
3#66787A
4#677779
5#697677
6#6A7476
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 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACC | BordersInactive statesPlaceholder text |
| 400 | 9AAE #9AAEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D97 #7D979B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627B #627B7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E62 #4E6265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374648 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE1E2;
--slate-gray-300: #BDCACC;
--slate-gray-400: #9AAEB1;
--slate-gray-500: #7D979B;
--slate-gray-600: #627B7F;
--slate-gray-700: #4E6265;
--slate-gray-800: #374648;
--slate-gray-900: #232D2E;
--slate-gray-950: #161C1D;
}