Slate Gray
#5C7784
BlueColor Codes
All color formats for development
HEX
#5C7784RGB
rgb(92, 119, 132)HSL
hsl(200, 18%, 44%)OKLCH
oklch(0.553 0.037 228.9)CMYK
cmyk(30%, 10%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536B77
2#4A5F6A
3#40535D
4#37474F
5#2E3B42
6#253035
7#1C2428
8#12181A
9#090C0D
Tints
Lighter variations
1#688695
2#7894A1
3#89A1AD
4#9AAEB9
5#ABBCC4
6#BCC9D0
7#CCD7DC
8#DDE4E8
9#EEF2F3
Tones
Muted variations
1#5E7682
2#607680
3#62757E
4#64747C
5#66747A
6#687378
7#6A7276
8#6C7274
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CF | BordersInactive statesPlaceholder text |
| 400 | 96AB #96ABB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7893 #7893A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C77 #5C7784 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495F #495F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8E0E4;
--slate-gray-300: #BAC8CF;
--slate-gray-400: #96ABB6;
--slate-gray-500: #7893A1;
--slate-gray-600: #5C7784;
--slate-gray-700: #495F69;
--slate-gray-800: #34444B;
--slate-gray-900: #212B30;
--slate-gray-950: #151B1E;
}