Slate Gray
#809299
BlueColor Codes
All color formats for development
HEX
#809299RGB
rgb(128, 146, 153)HSL
hsl(197, 11%, 55%)OKLCH
oklch(0.648 0.023 223.2)CMYK
cmyk(16%, 5%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70848C
2#64767D
3#57676D
4#4B585D
5#3E494E
6#323B3E
7#252C2F
8#191D1F
9#0C0F10
Tints
Lighter variations
1#8C9DA3
2#99A8AD
3#A6B3B8
4#B3BDC2
5#BFC8CC
6#CCD3D6
7#D9DEE0
8#E6E9EB
9#F2F4F5
Tones
Muted variations
1#819198
2#829196
3#839095
4#859094
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 | 9CAA #9CAAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8092 #809299 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6476 #64767D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5E #4F5E63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2D | 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: #9CAAB0;
--slate-gray-500: #809299;
--slate-gray-600: #64767D;
--slate-gray-700: #4F5E63;
--slate-gray-800: #394347;
--slate-gray-900: #242B2D;
--slate-gray-950: #171B1C;
}