Slate Gray
#5F7881
BlueColor Codes
All color formats for development
HEX
#5F7881RGB
rgb(95, 120, 129)HSL
hsl(196, 15%, 44%)OKLCH
oklch(0.556 0.032 221.8)CMYK
cmyk(26%, 7%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566C74
2#4C6067
3#43545A
4#39484D
5#303C41
6#263034
7#1D2427
8#13181A
9#0A0C0D
Tints
Lighter variations
1#6C8791
2#7C959E
3#8CA2AA
4#9CAFB6
5#ADBDC2
6#BDCACE
7#CED7DB
8#DEE4E7
9#EFF2F3
Tones
Muted variations
1#61777F
2#63767E
3#64767C
4#66757A
5#687479
6#697377
7#6B7375
8#6D7274
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 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 98AC #98ACB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B94 #7B949D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F78 #5F7881 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5F #4C5F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #364449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | 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: #D9E0E3;
--slate-gray-300: #BCC8CD;
--slate-gray-400: #98ACB3;
--slate-gray-500: #7B949D;
--slate-gray-600: #5F7881;
--slate-gray-700: #4C5F67;
--slate-gray-800: #364449;
--slate-gray-900: #232C2F;
--slate-gray-950: #161B1D;
}