Slate Gray
#7988A0
BlueColor Codes
All color formats for development
HEX
#7988A0RGB
rgb(121, 136, 160)HSL
hsl(217, 17%, 55%)OKLCH
oklch(0.623 0.04 259.8)CMYK
cmyk(24%, 15%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697994
2#5D6C83
3#515E73
4#465162
5#3A4352
6#2F3642
7#232831
8#171B21
9#0C0D10
Tints
Lighter variations
1#8694A9
2#94A0B3
3#A1ABBC
4#AEB7C6
5#BCC3CF
6#C9CFD9
7#D7DBE2
8#E4E7EC
9#F2F3F5
Tones
Muted variations
1#7B889E
2#7D899C
3#7F899A
4#818A98
5#828A96
6#848A94
7#868B92
8#888B90
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A2 #97A2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7988 #7988A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6C #5D6C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A56 #4A5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353D #353D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D8DDE3;
--slate-gray-300: #BAC2CE;
--slate-gray-400: #97A2B5;
--slate-gray-500: #7988A0;
--slate-gray-600: #5D6C83;
--slate-gray-700: #4A5668;
--slate-gray-800: #353D4B;
--slate-gray-900: #222730;
--slate-gray-950: #15181E;
}