Slate Gray
#74A3A4
CyanColor Codes
All color formats for development
HEX
#74A3A4RGB
rgb(116, 163, 164)HSL
hsl(181, 21%, 55%)OKLCH
oklch(0.682 0.05 197.7)CMYK
cmyk(29%, 1%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649899
2#598788
3#4E7677
4#426566
5#375455
6#2C4344
7#213333
8#162222
9#0B1111
Tints
Lighter variations
1#82ADAD
2#90B6B6
3#9EBFC0
4#ACC8C9
5#BAD1D2
6#C7DADB
7#D5E4E4
8#E3EDED
9#F1F6F6
Tones
Muted variations
1#77A1A2
2#799FA0
3#7B9D9D
4#7E9A9B
5#809898
6#839696
7#859393
8#879191
9#8A8F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8D0 #B8D0D1 | BordersInactive statesPlaceholder text |
| 400 | 93B8 #93B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A4 #74A4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5987 #598788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324D #324D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #E9F1F1;
--slate-gray-200: #D7E5E5;
--slate-gray-300: #B8D0D1;
--slate-gray-400: #93B8B8;
--slate-gray-500: #74A4A4;
--slate-gray-600: #598788;
--slate-gray-700: #476B6C;
--slate-gray-800: #324D4D;
--slate-gray-900: #203131;
--slate-gray-950: #141F1F;
}