Slate Gray
#5C6884
BlueColor Codes
All color formats for development
HEX
#5C6884RGB
rgb(92, 104, 132)HSL
hsl(222, 18%, 44%)OKLCH
oklch(0.518 0.047 266.7)CMYK
cmyk(30%, 21%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535E77
2#4A536A
3#40495D
4#373E4F
5#2E3442
6#252A35
7#1C1F28
8#12151A
9#090A0D
Tints
Lighter variations
1#687595
2#7885A1
3#8994AD
4#9AA3B9
5#ABB2C4
6#BCC2D0
7#CCD1DC
8#DDE0E8
9#EEF0F3
Tones
Muted variations
1#5E6982
2#606A80
3#626B7E
4#646B7C
5#666C7A
6#686D78
7#6A6E76
8#6C6F74
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 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CF | BordersInactive statesPlaceholder text |
| 400 | 969F #969FB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7884 #7884A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C68 #5C6884 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4953 #495369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343B #343B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | 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: #D8DBE4;
--slate-gray-300: #BAC0CF;
--slate-gray-400: #969FB6;
--slate-gray-500: #7884A1;
--slate-gray-600: #5C6884;
--slate-gray-700: #495369;
--slate-gray-800: #343B4B;
--slate-gray-900: #212630;
--slate-gray-950: #15181E;
}