Slate Gray
#64748B
BlueColor Codes
All color formats for development
HEX
#64748BRGB
rgb(100, 116, 139)HSL
hsl(215, 16%, 47%)OKLCH
oklch(0.554 0.041 257.4)CMYK
cmyk(28%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B697D
2#515D6F
3#465261
4#3C4653
5#323A46
6#282F38
7#1E232A
8#14171C
9#0A0C0E
Tints
Lighter variations
1#728299
2#8290A4
3#919EB0
4#A1ACBB
5#B1BAC6
6#C0C7D2
7#D0D5DD
8#E0E3E8
9#EFF1F4
Tones
Muted variations
1#677589
2#697587
3#6A7685
4#6C7683
5#6E7681
6#707780
7#72777E
8#74777C
9#76787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC3 #BBC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A89 #7A899F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6D #5E6D82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B57 #4B5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #22282F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DDE3;
--slate-gray-300: #BBC3CE;
--slate-gray-400: #97A3B4;
--slate-gray-500: #7A899F;
--slate-gray-600: #5E6D82;
--slate-gray-700: #4B5768;
--slate-gray-800: #363E4A;
--slate-gray-900: #22282F;
--slate-gray-950: #15191E;
}