Slate Gray
#5E6682
BlueColor Codes
All color formats for development
HEX
#5E6682RGB
rgb(94, 102, 130)HSL
hsl(227, 16%, 44%)OKLCH
oklch(0.514 0.046 272.3)CMYK
cmyk(28%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#555C75
2#4B5268
3#42475B
4#393D4E
5#2F3341
6#262934
7#1C1F27
8#13141A
9#090A0D
Tints
Lighter variations
1#6A7393
2#7A829F
3#8B92AB
4#9CA2B7
5#ACB1C3
6#BDC1CF
7#CDD0DB
8#DEE0E7
9#EEEFF3
Tones
Muted variations
1#606780
2#62687F
3#64697D
4#656A7B
5#676B79
6#696C77
7#6B6D76
8#6D6E74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A82 #7A829F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E66 #5E6682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B51 #4B5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DBE3;
--slate-gray-300: #BBBFCE;
--slate-gray-400: #979EB4;
--slate-gray-500: #7A829F;
--slate-gray-600: #5E6682;
--slate-gray-700: #4B5168;
--slate-gray-800: #363A4A;
--slate-gray-900: #22252F;
--slate-gray-950: #15171E;
}