Slate Gray
#5F7D81
CyanColor Codes
All color formats for development
HEX
#5F7D81RGB
rgb(95, 125, 129)HSL
hsl(187, 15%, 44%)OKLCH
oklch(0.568 0.035 206.4)CMYK
cmyk(26%, 3%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#567174
2#4C6467
3#43585A
4#394B4D
5#303F41
6#263234
7#1D2627
8#13191A
9#0A0D0D
Tints
Lighter variations
1#6C8D91
2#7C9A9E
3#8CA7AA
4#9CB3B6
5#ADC0C2
6#BDCCCE
7#CED9DB
8#DEE6E7
9#EFF2F3
Tones
Muted variations
1#617C7F
2#637B7E
3#64797C
4#66787A
5#687779
6#697577
7#6B7475
8#6D7374
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98B0 #98B0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B99 #7B999D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7D #5F7D81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C64 #4C6467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #364749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E2E3;
--slate-gray-300: #BCCBCD;
--slate-gray-400: #98B0B3;
--slate-gray-500: #7B999D;
--slate-gray-600: #5F7D81;
--slate-gray-700: #4C6467;
--slate-gray-800: #364749;
--slate-gray-900: #232D2F;
--slate-gray-950: #161C1D;
}