Slate Gray
#538C8D
CyanColor Codes
All color formats for development
HEX
#538C8DRGB
rgb(83, 140, 141)HSL
hsl(181, 26%, 44%)OKLCH
oklch(0.601 0.06 197.1)CMYK
cmyk(41%, 1%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B7E7F
2#427071
3#3A6263
4#325455
5#2A4647
6#213839
7#192A2A
8#111C1C
9#080E0E
Tints
Lighter variations
1#5E9E9F
2#6FA9AA
3#81B4B5
4#93BFC0
5#A5CACA
6#B7D4D5
7#C9DFDF
8#DBEAEA
9#EDF4F4
Tones
Muted variations
1#568A8A
2#598788
3#5C8485
4#5F8182
5#627E7F
6#657B7C
7#677979
8#6A7676
9#6D7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D3 #B5D3D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBC #8FBCBD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA9 #6EA9AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 538C #538C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4270 #427070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F50 #2F5050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E9F2F2;
--slate-gray-200: #D5E6E6;
--slate-gray-300: #B5D3D4;
--slate-gray-400: #8FBCBD;
--slate-gray-500: #6EA9AA;
--slate-gray-600: #538C8D;
--slate-gray-700: #427070;
--slate-gray-800: #2F5050;
--slate-gray-900: #1E3333;
--slate-gray-950: #132020;
}