Slate Gray
#74A4A4
CyanColor Codes
All color formats for development
HEX
#74A4A4RGB
rgb(116, 164, 164)HSL
hsl(180, 21%, 55%)OKLCH
oklch(0.685 0.051 196)CMYK
cmyk(29%, 0%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649999
2#598888
3#4E7777
4#426666
5#375555
6#2C4444
7#213333
8#162222
9#0B1111
Tints
Lighter variations
1#82ADAD
2#90B6B6
3#9EC0C0
4#ACC9C9
5#BAD2D2
6#C7DBDB
7#D5E4E4
8#E3EDED
9#F1F6F6
Tones
Muted variations
1#77A2A2
2#79A0A0
3#7B9D9D
4#7E9B9B
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 | B8D1 #B8D1D1 | BordersInactive statesPlaceholder text |
| 400 | 93B8 #93B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A4 #74A4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5988 #598888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476C #476C6C | 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: #B8D1D1;
--slate-gray-400: #93B8B8;
--slate-gray-500: #74A4A4;
--slate-gray-600: #598888;
--slate-gray-700: #476C6C;
--slate-gray-800: #324D4D;
--slate-gray-900: #203131;
--slate-gray-950: #141F1F;
}