Slate Gray
#8599C7
BlueColor Codes
All color formats for development
HEX
#8599C7RGB
rgb(133, 153, 199)HSL
hsl(222, 37%, 65%)OKLCH
oklch(0.684 0.072 266.3)CMYK
cmyk(33%, 23%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E86BC
2#5772B2
3#49639F
4#3F5588
5#344772
6#2A385B
7#1F2A44
8#151C2D
9#0A0E17
Tints
Lighter variations
1#91A3CC
2#9DADD2
3#A9B7D8
4#B6C2DD
5#C2CCE3
6#CED6E9
7#DAE0EE
8#E7EBF4
9#F3F5F9
Tones
Muted variations
1#889AC3
2#8B9BC0
3#8F9DBD
4#929EBA
5#959FB6
6#99A0B3
7#9CA2B0
8#9FA3AC
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCDA | BordersInactive statesPlaceholder text |
| 400 | 8599 #8599C7 | Disabled statesSecondary iconsMuted text |
| 500 | 627B #627BB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4760 #47609A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384C #384C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2836 #283657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2338 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7EBF4;
--slate-gray-200: #D2D9EA;
--slate-gray-300: #AFBCDA;
--slate-gray-400: #8599C7;
--slate-gray-500: #627BB7;
--slate-gray-600: #47609A;
--slate-gray-700: #384C7A;
--slate-gray-800: #283657;
--slate-gray-900: #1A2338;
--slate-gray-950: #101623;
}