Slate Gray
#528B8E
CyanColor Codes
All color formats for development
HEX
#528B8ERGB
rgb(82, 139, 142)HSL
hsl(183, 27%, 44%)OKLCH
oklch(0.599 0.06 200)CMYK
cmyk(42%, 2%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7E80
2#427072
3#396264
4#315455
5#294647
6#213839
7#192A2B
8#101C1C
9#080E0E
Tints
Lighter variations
1#5C9DA1
2#6EA9AC
3#80B3B6
4#92BEC0
5#A4C9CB
6#B6D4D5
7#C9DFE0
8#DBE9EA
9#EDF4F5
Tones
Muted variations
1#55898B
2#588688
3#5B8385
4#5E8182
5#617E7F
6#647B7C
7#677879
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 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D3 #B5D3D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBB #8EBBBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA8 #6DA8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528B #528B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416F #416F71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3334 | 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: #E8F1F2;
--slate-gray-200: #D5E6E7;
--slate-gray-300: #B5D3D4;
--slate-gray-400: #8EBBBE;
--slate-gray-500: #6DA8AB;
--slate-gray-600: #528B8E;
--slate-gray-700: #416F71;
--slate-gray-800: #2F4F51;
--slate-gray-900: #1E3334;
--slate-gray-950: #132020;
}