Slate Gray
#538A8D
CyanColor Codes
All color formats for development
HEX
#538A8DRGB
rgb(83, 138, 141)HSL
hsl(183, 26%, 44%)OKLCH
oklch(0.597 0.058 200.2)CMYK
cmyk(41%, 2%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B7D7F
2#426F71
3#3A6163
4#325355
5#2A4547
6#213739
7#192A2A
8#111C1C
9#080E0E
Tints
Lighter variations
1#5E9C9F
2#6FA7AA
3#81B2B5
4#93BDC0
5#A5C8CA
6#B7D3D5
7#C9DEDF
8#DBE9EA
9#EDF4F4
Tones
Muted variations
1#56888A
2#598588
3#5C8385
4#5F8082
5#627D7F
6#657B7C
7#677879
8#6A7576
9#6D7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBB #8FBBBD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA7 #6EA7AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 538A #538A8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 426E #426E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3233 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E9F1F2;
--slate-gray-200: #D5E6E6;
--slate-gray-300: #B5D2D4;
--slate-gray-400: #8FBBBD;
--slate-gray-500: #6EA7AA;
--slate-gray-600: #538A8D;
--slate-gray-700: #426E70;
--slate-gray-800: #2F4F50;
--slate-gray-900: #1E3233;
--slate-gray-950: #131F20;
}