Slate Gray
#557F8B
CyanColor Codes
All color formats for development
HEX
#557F8BRGB
rgb(85, 127, 139)HSL
hsl(193, 24%, 44%)OKLCH
oklch(0.57 0.05 217.6)CMYK
cmyk(39%, 9%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D737D
2#44666F
3#3C5961
4#334C53
5#2B4046
6#223338
7#1A262A
8#11191C
9#090D0E
Tints
Lighter variations
1#60909D
2#719CA8
3#83A9B3
4#95B5BE
5#A6C1C9
6#B8CED4
7#CADADE
8#DCE6E9
9#EDF3F4
Tones
Muted variations
1#587E88
2#5B7C86
3#5D7B83
4#607980
5#63787E
6#65767B
7#687578
8#6B7376
9#6E7273
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 | D6E2 #D6E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CC #B6CCD2 | BordersInactive statesPlaceholder text |
| 400 | 90B2 #90B2BB | Disabled statesSecondary iconsMuted text |
| 500 | 719C #719CA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557F #557F8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4465 #44656F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3048 #30484F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2E #1F2E33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | 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: #D6E2E6;
--slate-gray-300: #B6CCD2;
--slate-gray-400: #90B2BB;
--slate-gray-500: #719CA8;
--slate-gray-600: #557F8B;
--slate-gray-700: #44656F;
--slate-gray-800: #30484F;
--slate-gray-900: #1F2E33;
--slate-gray-950: #131D20;
}