Slate Gray
#8C99C0
BlueColor Codes
All color formats for development
HEX
#8C99C0RGB
rgb(140, 153, 192)HSL
hsl(225, 29%, 65%)OKLCH
oklch(0.687 0.06 270.4)CMYK
cmyk(27%, 20%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7686B4
2#6173A8
3#526396
4#475580
5#3B476B
6#2F3956
7#232B40
8#181C2B
9#0C0E15
Tints
Lighter variations
1#97A3C6
2#A3ADCC
3#AEB7D3
4#BAC2D9
5#C5CCDF
6#D1D6E6
7#DCE0EC
8#E8EBF2
9#F3F5F9
Tones
Muted variations
1#8E9ABD
2#919BBA
3#949DB8
4#969EB5
5#999FB3
6#9BA1B0
7#9EA2AE
8#A1A3AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D9 #D4D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BC #B3BCD5 | BordersInactive statesPlaceholder text |
| 400 | 8C99 #8C99C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7C #6B7CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5060 #506091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4C #3F4C73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D37 #2D3752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D23 #1D2335 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D4D9E7;
--slate-gray-300: #B3BCD5;
--slate-gray-400: #8C99C0;
--slate-gray-500: #6B7CAE;
--slate-gray-600: #506091;
--slate-gray-700: #3F4C73;
--slate-gray-800: #2D3752;
--slate-gray-900: #1D2335;
--slate-gray-950: #121621;
}