Slate Gray
#819298
BlueColor Codes
All color formats for development
HEX
#819298RGB
rgb(129, 146, 152)HSL
hsl(196, 10%, 55%)OKLCH
oklch(0.648 0.022 221)CMYK
cmyk(15%, 4%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72848B
2#65757B
3#58676C
4#4C585D
5#3F494D
6#323B3E
7#262C2E
8#191D1F
9#0D0F0F
Tints
Lighter variations
1#8D9DA2
2#9AA7AC
3#A7B2B7
4#B3BDC1
5#C0C8CB
6#CDD3D6
7#D9DEE0
8#E6E9EA
9#F2F4F5
Tones
Muted variations
1#829197
2#839195
3#849094
4#858F93
5#878F92
6#888E91
7#898E90
8#8A8D8F
9#8B8D8D
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 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DAA #9DAAAF | Disabled statesSecondary iconsMuted text |
| 500 | 8192 #819298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6575 #65757B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505D #505D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | 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: #DBDFE1;
--slate-gray-300: #BEC7CA;
--slate-gray-400: #9DAAAF;
--slate-gray-500: #819298;
--slate-gray-600: #65757B;
--slate-gray-700: #505D62;
--slate-gray-800: #394346;
--slate-gray-900: #252B2D;
--slate-gray-950: #171B1C;
}