Slate Gray
#74A0A4
CyanColor Codes
All color formats for development
HEX
#74A0A4RGB
rgb(116, 160, 164)HSL
hsl(185, 21%, 55%)OKLCH
oklch(0.675 0.048 203.1)CMYK
cmyk(29%, 2%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649499
2#598488
3#4E7377
4#426366
5#375255
6#2C4244
7#213133
8#162122
9#0B1011
Tints
Lighter variations
1#82AAAD
2#90B3B6
3#9EBDC0
4#ACC6C9
5#BAD0D2
6#C7D9DB
7#D5E3E4
8#E3ECED
9#F1F6F6
Tones
Muted variations
1#779EA2
2#799CA0
3#7B9A9D
4#7E989B
5#809698
6#839496
7#859293
8#879091
9#8A8E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B5 #93B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A0 #74A0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5984 #598488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | 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: #E9F0F1;
--slate-gray-200: #D7E4E5;
--slate-gray-300: #B8CFD1;
--slate-gray-400: #93B5B8;
--slate-gray-500: #74A0A4;
--slate-gray-600: #598488;
--slate-gray-700: #47696C;
--slate-gray-800: #324B4D;
--slate-gray-900: #203031;
--slate-gray-950: #141E1F;
}