Slate Gray
#809199
BlueColor Codes
All color formats for development
HEX
#809199RGB
rgb(128, 145, 153)HSL
hsl(199, 11%, 55%)OKLCH
oklch(0.646 0.023 227.7)CMYK
cmyk(16%, 5%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70838C
2#64757D
3#57666D
4#4B585D
5#3E494E
6#323A3E
7#252C2F
8#191D1F
9#0C0F10
Tints
Lighter variations
1#8C9CA3
2#99A7AD
3#A6B2B8
4#B3BDC2
5#BFC8CC
6#CCD3D6
7#D9DEE0
8#E6E9EB
9#F2F4F5
Tones
Muted variations
1#819098
2#829096
3#838F95
4#858F94
5#868F93
6#878E91
7#888E90
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 | BEC7 #BEC7CB | BordersInactive statesPlaceholder text |
| 400 | 9CA9 #9CA9B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8091 #809199 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6475 #64757D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5D #4F5D63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394247 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #BEC7CB;
--slate-gray-400: #9CA9B0;
--slate-gray-500: #809199;
--slate-gray-600: #64757D;
--slate-gray-700: #4F5D63;
--slate-gray-800: #394247;
--slate-gray-900: #242A2D;
--slate-gray-950: #171B1C;
}