Slate Gray
#74A2A4
CyanColor Codes
All color formats for development
HEX
#74A2A4RGB
rgb(116, 162, 164)HSL
hsl(183, 21%, 55%)OKLCH
oklch(0.68 0.049 199.4)CMYK
cmyk(29%, 1%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649699
2#598588
3#4E7577
4#426466
5#375355
6#2C4344
7#213233
8#162122
9#0B1111
Tints
Lighter variations
1#82ABAD
2#90B5B6
3#9EBEC0
4#ACC7C9
5#BAD0D2
6#C7DADB
7#D5E3E4
8#E3ECED
9#F1F6F6
Tones
Muted variations
1#77A0A2
2#799EA0
3#7B9B9D
4#7E999B
5#809798
6#839596
7#859393
8#879191
9#8A8E8F
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 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B7 #93B7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A2 #74A2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5985 #598588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476A #476A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324C #324C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | 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: #D7E4E5;
--slate-gray-300: #B8CFD1;
--slate-gray-400: #93B7B8;
--slate-gray-500: #74A2A4;
--slate-gray-600: #598588;
--slate-gray-700: #476A6C;
--slate-gray-800: #324C4D;
--slate-gray-900: #203131;
--slate-gray-950: #141E1F;
}