Slate Gray
#5F6C81
BlueColor Codes
All color formats for development
HEX
#5F6C81RGB
rgb(95, 108, 129)HSL
hsl(217, 15%, 44%)OKLCH
oklch(0.528 0.037 260)CMYK
cmyk(26%, 16%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566174
2#4C5767
3#434C5A
4#39414D
5#303641
6#262B34
7#1D2027
8#13161A
9#0A0B0D
Tints
Lighter variations
1#6C7A91
2#7C899E
3#8C98AA
4#9CA6B6
5#ADB5C2
6#BDC4CE
7#CED3DB
8#DEE1E7
9#EFF0F3
Tones
Muted variations
1#616D7F
2#636D7E
3#646D7C
4#666E7A
5#686E79
6#696F77
7#6B6F75
8#6D6F74
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 98A3 #98A3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B88 #7B889D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6C #5F6C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C56 #4C5667 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DDE3;
--slate-gray-300: #BCC2CD;
--slate-gray-400: #98A3B3;
--slate-gray-500: #7B889D;
--slate-gray-600: #5F6C81;
--slate-gray-700: #4C5667;
--slate-gray-800: #363E49;
--slate-gray-900: #23272F;
--slate-gray-950: #16191D;
}