Slate Gray
#808F99
BlueColor Codes
All color formats for development
HEX
#808F99RGB
rgb(128, 143, 153)HSL
hsl(204, 11%, 55%)OKLCH
oklch(0.641 0.023 237)CMYK
cmyk(16%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70818C
2#64737D
3#57646D
4#4B565D
5#3E484E
6#32393E
7#252B2F
8#191D1F
9#0C0E10
Tints
Lighter variations
1#8C9AA3
2#99A5AD
3#A6B0B8
4#B3BCC2
5#BFC7CC
6#CCD2D6
7#D9DDE0
8#E6E9EB
9#F2F4F5
Tones
Muted variations
1#818F98
2#828E96
3#838E95
4#858E94
5#868E93
6#878D91
7#888D90
8#8A8D8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CB | BordersInactive statesPlaceholder text |
| 400 | 9CA8 #9CA8B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808F #808F99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6473 #64737D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5B #4F5B63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394147 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DADFE1;
--slate-gray-300: #BEC6CB;
--slate-gray-400: #9CA8B0;
--slate-gray-500: #808F99;
--slate-gray-600: #64737D;
--slate-gray-700: #4F5B63;
--slate-gray-800: #394147;
--slate-gray-900: #242A2D;
--slate-gray-950: #171A1C;
}