Slate Gray
#5F7F81
CyanColor Codes
All color formats for development
HEX
#5F7F81RGB
rgb(95, 127, 129)HSL
hsl(184, 15%, 44%)OKLCH
oklch(0.573 0.036 201)CMYK
cmyk(26%, 2%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#567274
2#4C6567
3#43595A
4#394C4D
5#303F41
6#263334
7#1D2627
8#13191A
9#0A0D0D
Tints
Lighter variations
1#6C8F91
2#7C9C9E
3#8CA8AA
4#9CB4B6
5#ADC1C2
6#BDCDCE
7#CEDADB
8#DEE6E7
9#EFF3F3
Tones
Muted variations
1#617D7F
2#637C7E
3#647A7C
4#66797A
5#687779
6#697677
7#6B7575
8#6D7374
9#6F7272
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 | BCCC #BCCCCD | BordersInactive statesPlaceholder text |
| 400 | 98B1 #98B1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9B #7B9B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7F #5F7F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C65 #4C6567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3648 #364849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | 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: #BCCCCD;
--slate-gray-400: #98B1B3;
--slate-gray-500: #7B9B9D;
--slate-gray-600: #5F7F81;
--slate-gray-700: #4C6567;
--slate-gray-800: #364849;
--slate-gray-900: #232E2F;
--slate-gray-950: #161D1D;
}