Slate Gray
#818198
BlueColor Codes
All color formats for development
HEX
#818198RGB
rgb(129, 129, 152)HSL
hsl(240, 10%, 55%)OKLCH
oklch(0.611 0.035 285.3)CMYK
cmyk(15%, 15%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72728B
2#65657B
3#58586C
4#4C4C5D
5#3F3F4D
6#32323E
7#26262E
8#19191F
9#0D0D0F
Tints
Lighter variations
1#8D8DA2
2#9A9AAC
3#A7A7B7
4#B3B3C1
5#C0C0CB
6#CDCDD6
7#D9D9E0
8#E6E6EA
9#F2F2F5
Tones
Muted variations
1#828297
2#838395
3#848494
4#858593
5#878792
6#888891
7#898990
8#8A8A8F
9#8B8B8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECA | BordersInactive statesPlaceholder text |
| 400 | 9D9D #9D9DAF | Disabled statesSecondary iconsMuted text |
| 500 | 8181 #818198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6565 #65657B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5050 #505062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393946 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BEBECA;
--slate-gray-400: #9D9DAF;
--slate-gray-500: #818198;
--slate-gray-600: #65657B;
--slate-gray-700: #505062;
--slate-gray-800: #393946;
--slate-gray-900: #25252D;
--slate-gray-950: #17171C;
}