Slate Gray
#749CA4
CyanColor Codes
All color formats for development
HEX
#749CA4RGB
rgb(116, 156, 164)HSL
hsl(190, 21%, 55%)OKLCH
oklch(0.666 0.045 211.3)CMYK
cmyk(29%, 5%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649099
2#598088
3#4E7077
4#426066
5#375055
6#2C4044
7#213033
8#162022
9#0B1011
Tints
Lighter variations
1#82A6AD
2#90B0B6
3#9EBAC0
4#ACC4C9
5#BACED2
6#C7D8DB
7#D5E1E4
8#E3EBED
9#F1F5F6
Tones
Muted variations
1#779BA2
2#7999A0
3#7B979D
4#7E969B
5#809498
6#839396
7#859193
8#878F91
9#8A8E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CD #B8CDD1 | BordersInactive statesPlaceholder text |
| 400 | 93B2 #93B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749C #749CA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5980 #598088 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4766 #47666C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3249 #32494D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D7E2E5;
--slate-gray-300: #B8CDD1;
--slate-gray-400: #93B2B8;
--slate-gray-500: #749CA4;
--slate-gray-600: #598088;
--slate-gray-700: #47666C;
--slate-gray-800: #32494D;
--slate-gray-900: #202F31;
--slate-gray-950: #141D1F;
}