Slate Gray
#5F6B81
BlueColor Codes
All color formats for development
HEX
#5F6B81RGB
rgb(95, 107, 129)HSL
hsl(219, 15%, 44%)OKLCH
oklch(0.526 0.038 262.5)CMYK
cmyk(26%, 17%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566074
2#4C5667
3#434B5A
4#39404D
5#303641
6#262B34
7#1D2027
8#13151A
9#0A0B0D
Tints
Lighter variations
1#6C7991
2#7C889E
3#8C97AA
4#9CA5B6
5#ADB4C2
6#BDC3CE
7#CED2DB
8#DEE1E7
9#EFF0F3
Tones
Muted variations
1#616C7F
2#636C7E
3#646D7C
4#666D7A
5#686E79
6#696E77
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 98A2 #98A2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B87 #7B879D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6B #5F6B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C55 #4C5567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DCE3;
--slate-gray-300: #BCC2CD;
--slate-gray-400: #98A2B3;
--slate-gray-500: #7B879D;
--slate-gray-600: #5F6B81;
--slate-gray-700: #4C5567;
--slate-gray-800: #363D49;
--slate-gray-900: #23272F;
--slate-gray-950: #16181D;
}