Slate Gray
#7989A0
BlueColor Codes
All color formats for development
HEX
#7989A0RGB
rgb(121, 137, 160)HSL
hsl(215, 17%, 55%)OKLCH
oklch(0.625 0.039 257.4)CMYK
cmyk(24%, 14%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697B94
2#5D6D83
3#515F73
4#465262
5#3A4452
6#2F3742
7#232931
8#171B21
9#0C0E10
Tints
Lighter variations
1#8695A9
2#94A1B3
3#A1ACBC
4#AEB8C6
5#BCC4CF
6#C9D0D9
7#D7DCE2
8#E4E7EC
9#F2F3F5
Tones
Muted variations
1#7B899E
2#7D8A9C
3#7F8A9A
4#818A98
5#828B96
6#848B94
7#868B92
8#888C90
9#8A8C8E
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 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC3 #BAC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7989 #7989A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6D #5D6D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A57 #4A5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #222830 | 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: #D8DDE3;
--slate-gray-300: #BAC3CE;
--slate-gray-400: #97A3B5;
--slate-gray-500: #7989A0;
--slate-gray-600: #5D6D83;
--slate-gray-700: #4A5768;
--slate-gray-800: #353E4B;
--slate-gray-900: #222830;
--slate-gray-950: #15191E;
}