Slate Gray
#62737F
BlueColor Codes
All color formats for development
HEX
#62737FRGB
rgb(98, 115, 127)HSL
hsl(205, 13%, 44%)OKLCH
oklch(0.546 0.028 238.8)CMYK
cmyk(23%, 9%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586772
2#4E5C65
3#445059
4#3B454C
5#31393F
6#272E33
7#1D2226
8#141719
9#0A0B0D
Tints
Lighter variations
1#6E818F
2#7E8F9C
3#8E9DA8
4#9EABB4
5#AEB9C1
6#BEC7CD
7#CFD5DA
8#DFE3E6
9#EFF1F3
Tones
Muted variations
1#63727D
2#65727C
3#66727A
4#677279
5#697177
6#6A7176
7#6C7175
8#6D7173
9#6F7072
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 | BDC6 #BDC6CC | BordersInactive statesPlaceholder text |
| 400 | 9AA8 #9AA8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8F #7D8F9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6273 #62737F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5B #4E5B65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | 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: #BDC6CC;
--slate-gray-400: #9AA8B1;
--slate-gray-500: #7D8F9B;
--slate-gray-600: #62737F;
--slate-gray-700: #4E5B65;
--slate-gray-800: #374148;
--slate-gray-900: #232A2E;
--slate-gray-950: #161A1D;
}