Slate Gray
#5F7581
BlueColor Codes
All color formats for development
HEX
#5F7581RGB
rgb(95, 117, 129)HSL
hsl(201, 15%, 44%)OKLCH
oklch(0.549 0.032 231.9)CMYK
cmyk(26%, 9%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566A74
2#4C5E67
3#43525A
4#39464D
5#303B41
6#262F34
7#1D2327
8#13171A
9#0A0C0D
Tints
Lighter variations
1#6C8491
2#7C929E
3#8CA0AA
4#9CADB6
5#ADBBC2
6#BDC8CE
7#CED6DB
8#DEE4E7
9#EFF1F3
Tones
Muted variations
1#61757F
2#63747E
3#64747C
4#66737A
5#687379
6#697277
7#6B7275
8#6D7174
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 98AA #98AAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B91 #7B919D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F75 #5F7581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5D #4C5D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #364349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D9DFE3;
--slate-gray-300: #BCC7CD;
--slate-gray-400: #98AAB3;
--slate-gray-500: #7B919D;
--slate-gray-600: #5F7581;
--slate-gray-700: #4C5D67;
--slate-gray-800: #364349;
--slate-gray-900: #232B2F;
--slate-gray-950: #161B1D;
}